bump product version to 4.1.6.2
[LibreOffice.git] / sw / source / ui / dialog / regionsw.src
blob111a3da3a3a5e6a300f40dd42b6f169dd9e496dc
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
11  *   Licensed to the Apache Software Foundation (ASF) under one or more
12  *   contributor license agreements. See the NOTICE file distributed
13  *   with this work for additional information regarding copyright
14  *   ownership. The ASF licenses this file to you under the Apache
15  *   License, Version 2.0 (the "License"); you may not use this file
16  *   except in compliance with the License. You may obtain a copy of
17  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
18  */
20 #include "regionsw.hrc"
21 #include "cmdid.h"
22 #include "globals.hrc"
23 #include "helpid.h"
24 /*************************************************************************
26     Dialog "paste region"
28 *************************************************************************/
29 #define FT_SUBREG_TEXT \
30     Text [ en-US ] = "~Section" ; \
32 #define CB_HIDE_TEXT \
33     Text [ en-US ] = "H~ide" ;\
35 #define FL_HIDE_TEXT \
36     Text [ en-US ] = "Hide" ;\
38 #define CB_CONDITION_TEXT  \
39     Text [ en-US ] = "~With Condition" ;\
41 #define FL_PROPERTIES_TEXT \
42     Text [ en-US ] = "Properties" ;\
44 #define CB_EDIT_IN_READONLY_TEXT \
45     Text [ en-US ] = "E~ditable in read-only document" ;\
47 #define FL_FILE_TEXT \
48     Text [ en-US ] = "Link" ;\
50 #define CB_FILE_TEXT\
51     Text [ en-US ] = "~Link";\
53 #define CB_DDE_TEXT \
54     Text [ en-US ] = "DD~E" ;\
56 #define FT_DDE_TEXT \
57     Text [ en-US ] = "DDE ~command" ;\
59 #define FT_FILE_TEXT \
60     Text [ en-US ] = "~File name" ;\
63 #define GB_HIDE_TEXT \
64     Text [ en-US ] = "Hide";\
66 #define GB_OPTIONS_TEXT \
67     Text [ en-US ] = "Options" ;\
69 #define FL_PROTECT_TEXT \
70     Text [ en-US ] = "Write protection";\
72 #define CB_PASSWD_TEXT\
73     Text [ en-US ] = "Wit~h password";\
75 #define DLG_IMAGE_IDLIST \
76         IdList =                        \
77         {                               \
78             BMP_HIDE           /*1*/ ;\
79             BMP_NO_HIDE        /*2*/ ;\
80             BMP_PROT_HIDE      /*3*/ ;\
81             BMP_PROT_NO_HIDE   /*4*/ ;\
82         };                              \
83         IdCount = { 4 ; };
85 ImageList IL_SECTION_BITMAPS
87     Prefix = "re";
88     MaskColor = IMAGE_MASK_COLOR ;
89     DLG_IMAGE_IDLIST
92 String STR_REG_DUPLICATE
94     Text [ en-US ] = "Section name changed:" ;
96 String STR_INFO_DUPLICATE
98     Text [ en-US ] = "Duplicate section name" ;
100 QueryBox QB_CONNECT
102     Buttons = WB_YES_NO ;
103     DefButton = WB_DEF_NO ;
104     Message [ en-US ] = "A file connection will delete the contents of the current section. Connect anyway?" ;
106 InfoBox REG_WRONG_PASSWORD
108     BUTTONS = WB_OK ;
109     DEFBUTTON = WB_DEF_OK ;
110     Message [ en-US ] = "The password entered is invalid." ;
112 InfoBox REG_WRONG_PASSWD_REPEAT
114     BUTTONS = WB_OK ;
115     DEFBUTTON = WB_DEF_OK ;
116     Message [ en-US ] = "The password has not been set." ;
119 TabDialog DLG_INSERT_SECTION
121     HelpId = HID_INSERT_SECTION_DLG;
122     Text [ en-US ] = "Insert Section" ;
123     OutputSize = TRUE ;
124     SVLook = TRUE ;
125     Moveable = TRUE ;
126     TabControl 1
127     {
128         OutputSize = TRUE ;
129         PageList =
130         {
131             PageItem
132             {
133                 Identifier = TP_INSERT_SECTION;
134                 PageResID = TP_INSERT_SECTION;
135                 Text [ en-US ] = "Section";
136             };
137             PageItem
138             {
139                 Identifier = TP_COLUMN ;
140                 PageResID = TP_COLUMN ;
141                 Text [ en-US ] = "Columns" ;
142             };
143             PageItem
144             {
145                 Identifier = TP_SECTION_INDENTS;
146                 PageResID = TP_SECTION_INDENTS;
147                 Text [ en-US ] = "Indents" ;
148             };
149             PageItem
150             {
151                 Identifier = TP_BACKGROUND ;
152                 PageResID = TP_BACKGROUND ;
153                 Text [ en-US ] = "Background" ;
154             };
155             PageItem
156             {
157                 Identifier = TP_SECTION_FTNENDNOTES ;
158                 PageResID = TP_SECTION_FTNENDNOTES ;
159                 Text [ en-US ] = "Footnotes/Endnotes";
160             };
161         };
162     };
163     String ST_INSERT
164     {
165         Text [ en-US ] = "Insert" ;
166     };
169 TabPage TP_INSERT_SECTION
171     HelpID = HID_INSERT_SECTION_PAGE;
172     SVLook = TRUE ;
173     Pos = MAP_APPFONT ( 0 , 0 ) ;
174     Size = MAP_APPFONT ( TP_WIDTH , TP_HEIGHT ) ;
175     Hide = TRUE ;
176     FixedLine FL_NAME
177     {
178         OutputSize = TRUE ;
179         Pos = MAP_APPFONT ( 6 , 3 ) ;
180         Size = MAP_APPFONT ( 78 , 8 ) ;
181         Text [ en-US ] = "New section" ;
182     };
183     ComboBox ED_RNAME
184     {
185         HelpID = "sw:ComboBox:TP_INSERT_SECTION:ED_RNAME";
186         Pos = MAP_APPFONT ( 12 , 14 ) ;
187         Size = MAP_APPFONT ( 69 , 140 ) ;
188         TabStop = TRUE ;
189         AutoHScroll = TRUE ;
190         SORT = TRUE ;
191     };
192     FixedLine FL_LINK
193     {
194         OutputSize = TRUE ;
195         Pos = MAP_APPFONT ( 90 , 3 ) ;
196         Size = MAP_APPFONT ( 164 , 8 ) ;
197         FL_FILE_TEXT
198     };
199     CheckBox CB_FILE
200     {
201         HelpID = "sw:CheckBox:TP_INSERT_SECTION:CB_FILE";
202         Pos = MAP_APPFONT ( 96 , 14 ) ;
203         Size = MAP_APPFONT ( 60 , 10 ) ;
204         TabStop = TRUE ;
205         CB_FILE_TEXT
206     };
207     CheckBox CB_DDE
208     {
209         HelpID = "sw:CheckBox:TP_INSERT_SECTION:CB_DDE";
210         Pos = MAP_APPFONT ( 96 , 28) ;
211         Size = MAP_APPFONT ( 60 , 10 ) ;
212         Disable = TRUE ;
213         CB_DDE_TEXT
214     };
215     FixedText FT_DDE
216     {
217         Pos = MAP_APPFONT ( 96 , 44 ) ;
218         Size = MAP_APPFONT ( 50 , 8 ) ;
219         Hide = TRUE ;
220         FT_DDE_TEXT
221     };
222     FixedText FT_FILE
223     {
224         Pos = MAP_APPFONT ( 96 , 44 ) ;
225         Size = MAP_APPFONT ( 50 , 8 ) ;
226         Disable = TRUE ;
227         FT_FILE_TEXT
228     };
229     Edit ED_FILE
230     {
231         HelpID = "sw:Edit:TP_INSERT_SECTION:ED_FILE";
232         Border = TRUE ;
233         Pos = MAP_APPFONT ( 160 , 42 ) ;
234         Size = MAP_APPFONT ( 76 , 12 ) ;
235         Disable = TRUE ;
236         TabStop = TRUE ;
237     };
238     PushButton PB_FILE
239     {
240         HelpID = "sw:PushButton:TP_INSERT_SECTION:PB_FILE";
241         Pos = MAP_APPFONT ( 239 , 42 ) ;
242         Size = MAP_APPFONT ( 12 , 12 ) ;
243         Disable = TRUE ;
244         TabStop = TRUE ;
245         Text = "...";
246     };
247     FixedText FT_SUBREG
248     {
249         Pos = MAP_APPFONT ( 96 , 60 ) ;
250         Size = MAP_APPFONT ( 50 , 8 ) ;
251         Disable = TRUE ;
252         FT_SUBREG_TEXT
253     };
254     ComboBox LB_SUBREG
255     {
256         HelpID = "sw:ComboBox:TP_INSERT_SECTION:LB_SUBREG";
257         Pos = MAP_APPFONT ( 160 , 58 ) ;
258         Size = MAP_APPFONT ( 76 , 50 ) ;
259         DropDown = TRUE ;
260         Disable = TRUE ;
261         TabStop = TRUE ;
262         Sort = TRUE ;
263     };
264     FixedLine FL_PROTECT
265     {
266         OutputSize = TRUE ;
267         Pos = MAP_APPFONT ( 90 , 76 ) ;
268         Size = MAP_APPFONT ( 164 , 8 ) ;
269         FL_PROTECT_TEXT
270     };
271     CheckBox CB_PROTECT
272     {
273         HelpID = "sw:CheckBox:TP_INSERT_SECTION:CB_PROTECT";
274         Pos = MAP_APPFONT ( 96 , 87 ) ;
275         Size = MAP_APPFONT ( 100 , 10 ) ;
276         TabStop = TRUE ;
277         Text [ en-US ] = "~Protect";
278     };
279     CheckBox CB_PASSWD
280     {
281         HelpID = "sw:CheckBox:TP_INSERT_SECTION:CB_PASSWD";
282         Pos = MAP_APPFONT ( 105 , 101 ) ;
283         Size = MAP_APPFONT ( 100 , 10 ) ;
284         TabStop = TRUE ;
285         CB_PASSWD_TEXT
286     };
287     PushButton PB_PASSWD
288     {
289         HelpID = "sw:PushButton:TP_INSERT_SECTION:PB_PASSWD";
290         Pos = MAP_APPFONT ( 239 , 99 ) ;
291         Size = MAP_APPFONT ( 12 , 12 ) ;
292         TabStop = TRUE ;
293         Text = "..." ;
294     };
295     FixedLine FL_HIDE
296     {
297         OutputSize = TRUE ;
298         Pos = MAP_APPFONT ( 90 , 117 ) ;
299         Size = MAP_APPFONT ( 164 , 8 ) ;
300         FL_HIDE_TEXT
301     };
302     CheckBox CB_HIDE
303     {
304         HelpID = "sw:CheckBox:TP_INSERT_SECTION:CB_HIDE";
305         Pos = MAP_APPFONT ( 96 , 128 ) ;
306         Size = MAP_APPFONT ( 100 , 10 ) ;
307         CB_HIDE_TEXT
308     };
309     FixedText FT_CONDITION
310     {
311         Pos = MAP_APPFONT ( 96 , 144 ) ;
312         Size = MAP_APPFONT ( 60 , 8 ) ;
313         Disable = TRUE ;
314         CB_CONDITION_TEXT
315     };
316     Edit ED_CONDITION
317     {
318         HelpID = "sw:Edit:TP_INSERT_SECTION:ED_CONDITION";
319         Border = TRUE ;
320         Pos = MAP_APPFONT ( 160 , 142 ) ;
321         Size = MAP_APPFONT ( 91 , 12 ) ;
322         Disable = TRUE ;
323         TabStop = TRUE ;
324     };
326     FixedLine FL_PROPERTIES
327     {
328         OutputSize = TRUE ;
329         Pos = MAP_APPFONT ( 90 , 159 ) ;
330         Size = MAP_APPFONT ( 164 , 8 ) ;
331         FL_PROPERTIES_TEXT
332     };
333     CheckBox CB_EDIT_IN_READONLY
334     {
335         HelpID = "sw:CheckBox:TP_INSERT_SECTION:CB_EDIT_IN_READONLY";
336         Pos = MAP_APPFONT ( 96 , 170 ) ;
337         Size = MAP_APPFONT ( 158 , 10 ) ;
338         CB_EDIT_IN_READONLY_TEXT
339     };
343 TabDialog DLG_SECTION_PROPERTIES
345     HelpId = HID_SECTION_PROPERTIES_DLG;
346     OutputSize = TRUE ;
347     SVLook = TRUE ;
348     Moveable = TRUE ;
349     TabControl 1
350     {
351         OutputSize = TRUE ;
352         PageList =
353         {
354             PageItem
355             {
356                 Identifier = TP_COLUMN ;
357                 PageResID = TP_COLUMN ;
358                 Text [ en-US ] = "Columns" ;
359             };
360             PageItem
361             {
362                 Identifier = TP_SECTION_INDENTS;
363                 PageResID = TP_SECTION_INDENTS;
364                 Text [ en-US ] = "Indents" ;
365             };
366             PageItem
367             {
368                 Identifier = TP_BACKGROUND ;
369                 PageResID = TP_BACKGROUND ;
370                 Text [ en-US ] = "Background" ;
371             };
372             PageItem
373             {
374                 Identifier = TP_SECTION_FTNENDNOTES ;
375                 PageResID = TP_SECTION_FTNENDNOTES ;
376                 Text [ en-US ] = "Footnotes/Endnotes";
377             };
378         };
379     };
380     Text [ en-US ] = "Options";
384 TabPage TP_SECTION_FTNENDNOTES
386     HelpID = HID_SECTION_FTNENDNOTES_PAGE;
387     SVLook = TRUE ;
388     Pos = MAP_APPFONT ( 0 , 0 ) ;
389     Size = MAP_APPFONT ( TP_WIDTH , TP_HEIGHT ) ;
390     Hide = TRUE ;
391     FixedLine FL_FTN
392     {
393         OutputSize = TRUE ;
394         Pos = MAP_APPFONT ( 6 , 3 ) ;
395         Size = MAP_APPFONT ( 248 , 8 ) ;
396         Text [ en-US ] = "Footnotes";
397     };
398     CheckBox CB_FTN_AT_TXTEND
399     {
400         HelpID = "sw:CheckBox:TP_SECTION_FTNENDNOTES:CB_FTN_AT_TXTEND";
401         Pos = MAP_APPFONT ( 12 , 14 ) ;
402         Size = MAP_APPFONT ( 90 , 10 ) ;
403         TabStop = TRUE ;
404         Text [ en-US ] = "Collec~t at end of text";
406     };
407     CheckBox CB_FTN_NUM
408     {
409         HelpID = "sw:CheckBox:TP_SECTION_FTNENDNOTES:CB_FTN_NUM";
410         Pos = MAP_APPFONT ( 18 , 29 ) ;
411         Size = MAP_APPFONT ( 100 , 10 ) ;
412         TabStop = TRUE ;
413         Text [ en-US ] = "~Restart numbering";
414     };
415     FixedText FT_FTN_OFFSET
416     {
417         Pos = MAP_APPFONT ( 24 , 46 ) ;
418         Size = MAP_APPFONT ( 64 , 8 ) ;
419         Left = TRUE ;
420         Text [ en-US ] = "~Start at" ;
421     };
422     NumericField FLD_FTN_OFFSET
423     {
424         HelpID = "sw:NumericField:TP_SECTION_FTNENDNOTES:FLD_FTN_OFFSET";
425         Pos = MAP_APPFONT ( 90 , 44 ) ;
426         Size = MAP_APPFONT ( 30 , 12 ) ;
427         Spin = TRUE ;
428         Minimum = 1 ;
429         First = 1 ;
430         Last = 9999 ;
431         Maximum = 9999 ;
432         TabStop = TRUE ;
433         Border = TRUE ;
434     };
435     CheckBox CB_FTN_NUM_FMT
436     {
437         HelpID = "sw:CheckBox:TP_SECTION_FTNENDNOTES:CB_FTN_NUM_FMT";
438         Pos = MAP_APPFONT ( 24 , 61 ) ;
439         Size = MAP_APPFONT ( 100 , 10 ) ;
440         TabStop = TRUE ;
441         Text [ en-US ] = "Custom ~format";
442     };
443     FixedText FT_FTN_PREFIX
444     {
445         Pos = MAP_APPFONT ( 30 , 76 ) ;
446         Size = MAP_APPFONT ( 58 , 8 ) ;
447         Text [ en-US ] = "Be~fore" ;
448         Left = TRUE ;
449     };
450     Edit ED_FTN_PREFIX
451     {
452         HelpID = "sw:Edit:TP_SECTION_FTNENDNOTES:ED_FTN_PREFIX";
453         Border = TRUE ;
454         Pos = MAP_APPFONT ( 90 , 74 ) ;
455         Size = MAP_APPFONT ( 30 , 12 ) ;
456         TabStop = TRUE ;
457         Left = TRUE ;
458         MaxTextLength = 50 ;
459     };
460     ListBox LB_FTN_NUMVIEW
461     {
462         HelpID = "sw:ListBox:TP_SECTION_FTNENDNOTES:LB_FTN_NUMVIEW";
463         Border = TRUE ;
464         Pos = MAP_APPFONT ( 123 , 74 ) ;
465         Size = MAP_APPFONT ( 62 , 50 ) ;
466         TabStop = TRUE ;
467         Group = TRUE ;
468         DropDown = TRUE ;
469     };
470     FixedText FT_FTN_SUFFIX
471     {
472         Pos = MAP_APPFONT ( 191 , 76 ) ;
473         Size = MAP_APPFONT ( 25 , 8 ) ;
474         Text [ en-US ] = "Aft~er" ;
475         Right = TRUE ;
476     };
477     Edit ED_FTN_SUFFIX
478     {
479         HelpID = "sw:Edit:TP_SECTION_FTNENDNOTES:ED_FTN_SUFFIX";
480         Border = TRUE ;
481         Pos = MAP_APPFONT ( 219 , 74 ) ;
482         Size = MAP_APPFONT ( 30 , 12 ) ;
483         TabStop = TRUE ;
484         Left = TRUE ;
485         MaxTextLength = 50 ;
486     };
489     FixedLine FL_END
490     {
491         OutputSize = TRUE ;
492         Pos = MAP_APPFONT ( 6 , 92 ) ;
493         Size = MAP_APPFONT ( 248 , 8 ) ;
494         Text [ en-US ] = "Endnotes";
495     };
496     CheckBox CB_END_AT_TXTEND
497     {
498         HelpID = "sw:CheckBox:TP_SECTION_FTNENDNOTES:CB_END_AT_TXTEND";
499         Pos = MAP_APPFONT ( 12 , 103 ) ;
500         Size = MAP_APPFONT ( 100 , 10 ) ;
501         TabStop = TRUE ;
502         Text [ en-US ] = "C~ollect at end of section";
503     };
504     CheckBox CB_END_NUM
505     {
506         HelpID = "sw:CheckBox:TP_SECTION_FTNENDNOTES:CB_END_NUM";
507         Pos = MAP_APPFONT ( 16 , 118 ) ;
508         Size = MAP_APPFONT ( 100 , 10 ) ;
509         TabStop = TRUE ;
510         Text [ en-US ] = "~Restart numbering";
511     };
512     FixedText FT_END_OFFSET
513     {
514         Pos = MAP_APPFONT ( 24 , 135 ) ;
515         Size = MAP_APPFONT ( 64 , 8 ) ;
516         Left = TRUE ;
517         Text [ en-US ] = "~Start at" ;
518     };
519     NumericField FLD_END_OFFSET
520     {
521         HelpID = "sw:NumericField:TP_SECTION_FTNENDNOTES:FLD_END_OFFSET";
522         Pos = MAP_APPFONT ( 90 , 133 ) ;
523         Size = MAP_APPFONT ( 30 , 12 ) ;
524         Spin = TRUE ;
525         Minimum = 1 ;
526         First = 1 ;
527         Last = 9999 ;
528         Maximum = 9999 ;
529         TabStop = TRUE ;
530         Border = TRUE ;
531     };
532     CheckBox CB_END_NUM_FMT
533     {
534         HelpID = "sw:CheckBox:TP_SECTION_FTNENDNOTES:CB_END_NUM_FMT";
535         Pos = MAP_APPFONT ( 24 , 150 ) ;
536         Size = MAP_APPFONT ( 100 , 10 ) ;
537         TabStop = TRUE ;
538         Text [ en-US ] = "Custom format";
539     };
541     FixedText FT_END_PREFIX
542     {
543         Pos = MAP_APPFONT ( 30 , 165 ) ;
544         Size = MAP_APPFONT ( 58 , 8 ) ;
545         Text [ en-US ] = "Be~fore" ;
546         Left = TRUE ;
547     };
548     Edit ED_END_PREFIX
549     {
550         HelpID = "sw:Edit:TP_SECTION_FTNENDNOTES:ED_END_PREFIX";
551         Border = TRUE ;
552         Pos = MAP_APPFONT ( 90 , 163 ) ;
553         Size = MAP_APPFONT ( 30 , 12 ) ;
554         TabStop = TRUE ;
555         Left = TRUE ;
556         MaxTextLength = 50 ;
557     };
558     ListBox LB_END_NUMVIEW
559     {
560         HelpID = "sw:ListBox:TP_SECTION_FTNENDNOTES:LB_END_NUMVIEW";
561         Border = TRUE ;
562         Pos = MAP_APPFONT ( 123 , 163 ) ;
563         Size = MAP_APPFONT ( 62 , 50 ) ;
564         TabStop = TRUE ;
565         Group = TRUE ;
566         DropDown = TRUE ;
567         CurPos = 0 ;
568     };
569     FixedText FT_END_SUFFIX
570     {
571         Pos = MAP_APPFONT ( 191 , 165 ) ;
572         Size = MAP_APPFONT ( 25 , 8 ) ;
573         Text [ en-US ] = "Aft~er" ;
574         Right = TRUE ;
575     };
576     Edit ED_END_SUFFIX
577     {
578         HelpID = "sw:Edit:TP_SECTION_FTNENDNOTES:ED_END_SUFFIX";
579         Border = TRUE ;
580         Pos = MAP_APPFONT ( 219 , 163 ) ;
581         Size = MAP_APPFONT ( 30 , 12 ) ;
582         TabStop = TRUE ;
583         Left = TRUE ;
584         MaxTextLength = 50 ;
585     };
588 TabPage TP_SECTION_INDENTS
590     HelpID = HID_SECTION_INDENTS_PAGE;
591     SVLook = TRUE ;
592     Pos = MAP_APPFONT ( 0 , 0 ) ;
593     Size = MAP_APPFONT ( TP_WIDTH , TP_HEIGHT ) ;
594     Hide = TRUE ;
595     FixedLine FL_INDENT
596     {
597         Pos = MAP_APPFONT ( 6 , 3 ) ;
598         Size = MAP_APPFONT ( 173 , 8 ) ;
599         Text [ en-US ] = "Indent" ;
600     };
601     FixedText FT_BEFORE
602     {
603         Pos = MAP_APPFONT ( 12 , 16 ) ;
604         Size = MAP_APPFONT ( 120 , 8 ) ;
605         Left = TRUE ;
606         Text [ en-US ] = "~Before section" ;
607     };
608     MetricField MF_BEFORE
609     {
610         HelpID = "sw:MetricField:TP_SECTION_INDENTS:MF_BEFORE";
611         Border = TRUE ;
612         Pos = MAP_APPFONT ( 135 , 14 ) ;
613         Size = MAP_APPFONT ( 40 , 12 ) ;
614         Group = TRUE ;
615         Left = TRUE ;
616         Repeat = TRUE ;
617         Spin = TRUE ;
618         Maximum = 9999 ;
619         Minimum = -9999 ;
620         DecimalDigits = 2 ;
621         Unit = FUNIT_CM ;
622         Last = 9999 ;
623         SpinSize = 10 ;
624     };
625     FixedText FT_AFTER
626     {
627         Pos = MAP_APPFONT ( 12 , 32 ) ;
628         Size = MAP_APPFONT ( 120 , 8 ) ;
629         Left = TRUE ;
630         Text [ en-US ] = "~After section" ;
631     };
632     MetricField MF_AFTER
633     {
634         HelpID = "sw:MetricField:TP_SECTION_INDENTS:MF_AFTER";
635         Border = TRUE ;
636         Pos = MAP_APPFONT ( 135 , 30 ) ;
637         Size = MAP_APPFONT ( 40 , 12 ) ;
638         Group = TRUE ;
639         Left = TRUE ;
640         Repeat = TRUE ;
641         Spin = TRUE ;
642         Maximum = 9999 ;
643         Minimum = -9999 ;
644         DecimalDigits = 2 ;
645         Unit = FUNIT_CM ;
646         Last = 9999 ;
647         SpinSize = 10 ;
648     };
649     Window WIN_PREVIEW
650     {
651         Border = TRUE ;
652         Pos = MAP_APPFONT ( 185 , 7 ) ;
653         Size = MAP_APPFONT ( 68 , 112 ) ;
654     };
657 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */