xref: /trunk/main/sd/source/ui/dlg/tpoption.src (revision a66ccdb3)
166220049SAndrew Rist/**************************************************************
208a7cf4aSmseidel *
366220049SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
466220049SAndrew Rist * or more contributor license agreements.  See the NOTICE file
566220049SAndrew Rist * distributed with this work for additional information
666220049SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
766220049SAndrew Rist * to you under the Apache License, Version 2.0 (the
866220049SAndrew Rist * "License"); you may not use this file except in compliance
966220049SAndrew Rist * with the License.  You may obtain a copy of the License at
1008a7cf4aSmseidel *
1166220049SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
1208a7cf4aSmseidel *
1366220049SAndrew Rist * Unless required by applicable law or agreed to in writing,
1466220049SAndrew Rist * software distributed under the License is distributed on an
1566220049SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
1666220049SAndrew Rist * KIND, either express or implied.  See the License for the
1766220049SAndrew Rist * specific language governing permissions and limitations
1866220049SAndrew Rist * under the License.
1908a7cf4aSmseidel *
2066220049SAndrew Rist *************************************************************/
2166220049SAndrew Rist
22cdf0e10cSrcweir#include "tpoption.hrc"
23cdf0e10cSrcweir#include "helpids.h"
24cdf0e10cSrcweir
25cdf0e10cSrcweir#define SCALE_TEXT \
2608a7cf4aSmseidel		Text [ en-US ] = "Scale" ; \
27cdf0e10cSrcweir
2808a7cf4aSmseidel// Contents
29cdf0e10cSrcweirTabPage TP_OPTIONS_CONTENTS
30cdf0e10cSrcweir{
31cdf0e10cSrcweir	HelpID = HID_SD_OPTIONS_CONTENTS ;
3208a7cf4aSmseidel	Size = MAP_APPFONT ( 260, 185 ) ;
3308a7cf4aSmseidel	Hide = TRUE ;
34cdf0e10cSrcweir	Text [ en-US ] = "Contents" ;
3508a7cf4aSmseidel	FixedLine GRP_DISPLAY
36cdf0e10cSrcweir	{
3708a7cf4aSmseidel		Pos = MAP_APPFONT ( 6, 72 - 69 ) ;
3808a7cf4aSmseidel		Size = MAP_APPFONT ( 248, 8 ) ;
39cdf0e10cSrcweir		Text [ en-US ] = "Display" ;
40cdf0e10cSrcweir	};
4108a7cf4aSmseidel	CheckBox CBX_RULER
42cdf0e10cSrcweir	{
4308a7cf4aSmseidel		HelpID = "sd:CheckBox:TP_OPTIONS_CONTENTS:CBX_RULER" ;
4408a7cf4aSmseidel		Pos = MAP_APPFONT ( 12, 83 - 69 ) ;
4508a7cf4aSmseidel		Size = MAP_APPFONT ( 242, 10 ) ;
46cdf0e10cSrcweir		TabStop = TRUE ;
47cdf0e10cSrcweir		Text [ en-US ] = "~Rulers visible" ;
48cdf0e10cSrcweir	};
49cdf0e10cSrcweir	CheckBox CBX_HELPLINES
50cdf0e10cSrcweir	{
5108a7cf4aSmseidel		HelpID = "sd:CheckBox:TP_OPTIONS_CONTENTS:CBX_HELPLINES" ;
5208a7cf4aSmseidel		Pos = MAP_APPFONT ( 12, 97 - 69 ) ;
5308a7cf4aSmseidel		Size = MAP_APPFONT ( 242, 10 ) ;
54cdf0e10cSrcweir		TabStop = TRUE ;
55cdf0e10cSrcweir		Text [ en-US ] = "~Guides when moving" ;
56cdf0e10cSrcweir	};
57cdf0e10cSrcweir	CheckBox CBX_HANDLES_BEZIER
58cdf0e10cSrcweir	{
5908a7cf4aSmseidel		HelpID = "sd:CheckBox:TP_OPTIONS_CONTENTS:CBX_HANDLES_BEZIER" ;
6008a7cf4aSmseidel		Pos = MAP_APPFONT ( 12, 111 - 69 ) ;
6108a7cf4aSmseidel		Size = MAP_APPFONT ( 242, 10 ) ;
62cdf0e10cSrcweir		TabStop = TRUE ;
63cdf0e10cSrcweir		Text [ en-US ] = "~All control points in Bézier editor" ;
64cdf0e10cSrcweir	};
65cdf0e10cSrcweir	CheckBox CBX_MOVE_OUTLINE
66cdf0e10cSrcweir	{
6708a7cf4aSmseidel		HelpID = "sd:CheckBox:TP_OPTIONS_CONTENTS:CBX_MOVE_OUTLINE" ;
6808a7cf4aSmseidel		Pos = MAP_APPFONT ( 12, 125 - 69 ) ;
6908a7cf4aSmseidel		Size = MAP_APPFONT ( 242, 10 ) ;
70cdf0e10cSrcweir		TabStop = TRUE ;
71cdf0e10cSrcweir		Text [ en-US ] = "~Contour of each individual object" ;
72cdf0e10cSrcweir	};
73cdf0e10cSrcweir};
7408a7cf4aSmseidel// Misc
75cdf0e10cSrcweirTabPage TP_OPTIONS_MISC
76cdf0e10cSrcweir{
77cdf0e10cSrcweir	HelpID = HID_SD_OPTIONS_MISC ;
7808a7cf4aSmseidel	Size = MAP_APPFONT ( 260, 185 ) ;
7908a7cf4aSmseidel	Hide = TRUE ;
80cdf0e10cSrcweir	Text [ en-US ] = "Other" ;
8108a7cf4aSmseidel	FixedLine GRP_TEXT
82cdf0e10cSrcweir	{
8308a7cf4aSmseidel		Pos = MAP_APPFONT ( 6, 3 ) ;
8408a7cf4aSmseidel		Size = MAP_APPFONT ( 248, 8 ) ;
85cdf0e10cSrcweir		Text [ en-US ] = "Text objects" ;
86cdf0e10cSrcweir	};
8708a7cf4aSmseidel	CheckBox CBX_QUICKEDIT
88cdf0e10cSrcweir	{
8908a7cf4aSmseidel		HelpID = "sd:CheckBox:TP_OPTIONS_MISC:CBX_QUICKEDIT" ;
9008a7cf4aSmseidel		Pos = MAP_APPFONT ( 12, 14 ) ;
9108a7cf4aSmseidel		Size = MAP_APPFONT ( 116, 10 ) ;
92cdf0e10cSrcweir		TabStop = TRUE ;
93cdf0e10cSrcweir		Text [ en-US ] = "Allow quick editing" ;
94cdf0e10cSrcweir	};
95cdf0e10cSrcweir	CheckBox CBX_PICKTHROUGH
96cdf0e10cSrcweir	{
9708a7cf4aSmseidel		HelpID = "sd:CheckBox:TP_OPTIONS_MISC:CBX_PICKTHROUGH" ;
9808a7cf4aSmseidel		Pos = MAP_APPFONT ( 12, 27 ) ;
9908a7cf4aSmseidel		Size = MAP_APPFONT ( 116, 10 ) ;
100cdf0e10cSrcweir		TabStop = TRUE ;
101cdf0e10cSrcweir		Text [ en-US ] = "Only text area selectable" ;
102cdf0e10cSrcweir	};
10308a7cf4aSmseidel	FixedLine GRP_PROGRAMSTART
104cdf0e10cSrcweir	{
10508a7cf4aSmseidel		Pos = MAP_APPFONT ( 6, 42 ) ;
10608a7cf4aSmseidel		Size = MAP_APPFONT ( 248, 8 ) ;
107cdf0e10cSrcweir		Text [ en-US ] = "New document" ;
108cdf0e10cSrcweir	};
10908a7cf4aSmseidel	CheckBox CBX_START_WITH_TEMPLATE
110cdf0e10cSrcweir	{
11108a7cf4aSmseidel		HelpID = "sd:CheckBox:TP_OPTIONS_MISC:CBX_START_WITH_TEMPLATE" ;
11208a7cf4aSmseidel		Pos = MAP_APPFONT ( 12, 53 ) ;
11308a7cf4aSmseidel		Size = MAP_APPFONT ( 242, 10 ) ;
114cdf0e10cSrcweir		TabStop = TRUE ;
115cdf0e10cSrcweir		Text [ en-US ] = "Start with ~wizard" ;
116cdf0e10cSrcweir	};
11708a7cf4aSmseidel	FixedLine GRP_SETTINGS
118cdf0e10cSrcweir	{
11908a7cf4aSmseidel		Pos = MAP_APPFONT ( 6, 69 ) ;
12008a7cf4aSmseidel		Size = MAP_APPFONT ( 248, 8 ) ;
12108a7cf4aSmseidel		Text [ en-US ] = "Settings" ;
122cdf0e10cSrcweir	};
12308a7cf4aSmseidel	CheckBox CBX_MASTERPAGE_CACHE
124cdf0e10cSrcweir	{
12508a7cf4aSmseidel		HelpID = "sd:CheckBox:TP_OPTIONS_MISC:CBX_MASTERPAGE_CACHE" ;
12608a7cf4aSmseidel		Pos = MAP_APPFONT ( 12, 80 ) ;
12708a7cf4aSmseidel		Size = MAP_APPFONT ( 242, 10 ) ;
128cdf0e10cSrcweir		TabStop = TRUE ;
129cdf0e10cSrcweir		Text [ en-US ] = "Use background cache" ;
130cdf0e10cSrcweir	};
131cdf0e10cSrcweir	CheckBox CBX_COPY
132cdf0e10cSrcweir	{
13308a7cf4aSmseidel		HelpID = "sd:CheckBox:TP_OPTIONS_MISC:CBX_COPY" ;
13408a7cf4aSmseidel		Pos = MAP_APPFONT ( 12, 93 ) ;
13508a7cf4aSmseidel		Size = MAP_APPFONT ( 242, 10 ) ;
136cdf0e10cSrcweir		TabStop = TRUE ;
137cdf0e10cSrcweir		Text [ en-US ] = "Copy when moving" ;
138cdf0e10cSrcweir	};
139cdf0e10cSrcweir	CheckBox CBX_MARKED_HIT_MOVES_ALWAYS
140cdf0e10cSrcweir	{
14108a7cf4aSmseidel		HelpID = "sd:CheckBox:TP_OPTIONS_MISC:CBX_MARKED_HIT_MOVES_ALWAYS" ;
14208a7cf4aSmseidel		Pos = MAP_APPFONT ( 12, 106 ) ;
14308a7cf4aSmseidel		Size = MAP_APPFONT ( 242, 10 ) ;
144cdf0e10cSrcweir		TabStop = TRUE ;
145*a66ccdb3Smseidel		Text [ en-US ] = "Objects always movable" ;
146cdf0e10cSrcweir	};
14708a7cf4aSmseidel	CheckBox CBX_CROOK_NO_CONTORTION
148cdf0e10cSrcweir	{
14908a7cf4aSmseidel		HelpID = "sd:CheckBox:TP_OPTIONS_MISC:CBX_CROOK_NO_CONTORTION" ;
15008a7cf4aSmseidel		Pos = MAP_APPFONT ( 12, 119 ) ;
15108a7cf4aSmseidel		Size = MAP_APPFONT ( 242, 10 ) ;
152cdf0e10cSrcweir		TabStop = TRUE ;
15308a7cf4aSmseidel		Hide = TRUE;
154cdf0e10cSrcweir		Text [ en-US ] = "Do not distort objects in curve" ;
155cdf0e10cSrcweir	};
15608a7cf4aSmseidel	FixedText FT_METRIC
157cdf0e10cSrcweir	{
15808a7cf4aSmseidel		Pos = MAP_APPFONT ( 12, 119 ) ;
15908a7cf4aSmseidel		Size = MAP_APPFONT ( 60, 8 ) ;
160cdf0e10cSrcweir		Text [ en-US ] = "Unit of ~measurement" ;
161cdf0e10cSrcweir	};
16208a7cf4aSmseidel	ListBox LB_METRIC
163cdf0e10cSrcweir	{
16408a7cf4aSmseidel		HelpID = "sd:ListBox:TP_OPTIONS_MISC:LB_METRIC" ;
165cdf0e10cSrcweir		Border = TRUE ;
16608a7cf4aSmseidel		Pos = MAP_APPFONT ( 75, 117 ) ;
16708a7cf4aSmseidel		Size = MAP_APPFONT ( 50, 50 ) ;
168cdf0e10cSrcweir		DropDown = TRUE ;
169cdf0e10cSrcweir	};
17008a7cf4aSmseidel	FixedText FT_TABSTOP
171cdf0e10cSrcweir	{
17208a7cf4aSmseidel		Pos = MAP_APPFONT ( 130, 119 ) ;
17308a7cf4aSmseidel		Size = MAP_APPFONT ( 70, 8 ) ;
17408a7cf4aSmseidel		Right = TRUE ;
175cdf0e10cSrcweir		Text [ en-US ] = "Ta~b stops" ;
176cdf0e10cSrcweir	};
17708a7cf4aSmseidel	MetricField MTR_FLD_TABSTOP
178cdf0e10cSrcweir	{
17908a7cf4aSmseidel		HelpID = "sd:MetricField:TP_OPTIONS_MISC:MTR_FLD_TABSTOP" ;
180cdf0e10cSrcweir		Border = TRUE ;
18108a7cf4aSmseidel		Pos = MAP_APPFONT ( 206, 117 ) ;
18208a7cf4aSmseidel		Size = MAP_APPFONT ( 45, 12 ) ;
183cdf0e10cSrcweir		TabStop = TRUE ;
184cdf0e10cSrcweir		Repeat = TRUE ;
185cdf0e10cSrcweir		Spin = TRUE ;
186cdf0e10cSrcweir		Unit = FUNIT_CM ;
187cdf0e10cSrcweir		SpinSize = 10 ;
188cdf0e10cSrcweir		Minimum = 50 ;
189cdf0e10cSrcweir		Maximum = 2000;
190cdf0e10cSrcweir		First = 50 ;
191cdf0e10cSrcweir		Last = 2000 ;
192cdf0e10cSrcweir		StrictFormat = TRUE ;
193cdf0e10cSrcweir		DecimalDigits = 2 ;
194cdf0e10cSrcweir	};
19508a7cf4aSmseidel	FixedLine GRP_START_WITH_ACTUAL_PAGE
196cdf0e10cSrcweir	{
19708a7cf4aSmseidel		Pos = MAP_APPFONT ( 6, 134 ) ;
19808a7cf4aSmseidel		Size = MAP_APPFONT ( 248, 8 ) ;
199cdf0e10cSrcweir		Text [ en-US ] = "Start presentation" ;
200cdf0e10cSrcweir	};
20108a7cf4aSmseidel	CheckBox CBX_START_WITH_ACTUAL_PAGE
202cdf0e10cSrcweir	{
20308a7cf4aSmseidel		HelpID = "sd:CheckBox:TP_OPTIONS_MISC:CBX_START_WITH_ACTUAL_PAGE" ;
20408a7cf4aSmseidel		Pos = MAP_APPFONT ( 12, 145 ) ;
20508a7cf4aSmseidel		Size = MAP_APPFONT ( 116, 10 ) ;
206cdf0e10cSrcweir		TabStop = TRUE ;
207cdf0e10cSrcweir		Text [ en-US ] = "Always with current page" ;
208cdf0e10cSrcweir	};
20908a7cf4aSmseidel	CheckBox CBX_START_WITH_PRESENTER_SCREEN
21008a7cf4aSmseidel	{
21108a7cf4aSmseidel		HelpID = "sd:CheckBox:TP_OPTIONS_MISC:CBX_START_WITH_PRESENTER_SCREEN" ;
21208a7cf4aSmseidel		Pos = MAP_APPFONT ( 12, 145 ) ;
21308a7cf4aSmseidel		Size = MAP_APPFONT ( 116, 10 ) ;
21408a7cf4aSmseidel		TabStop = TRUE ;
21508a7cf4aSmseidel		Text [ en-US ] = "With Presenter Screen" ;
21608a7cf4aSmseidel	};
21708a7cf4aSmseidel	FixedLine FT_COMPATIBILITY
21808a7cf4aSmseidel	{
21908a7cf4aSmseidel		Pos = MAP_APPFONT ( 6, 160 ) ;
22008a7cf4aSmseidel		Size = MAP_APPFONT ( 248, 8 ) ;
221cdf0e10cSrcweir		Text [ en-US ] = "Compatibility" ;
222cdf0e10cSrcweir	};
22308a7cf4aSmseidel	CheckBox CB_USE_PRINTER_METRICS
22408a7cf4aSmseidel	{
22508a7cf4aSmseidel		HelpID = "sd:CheckBox:TP_OPTIONS_MISC:CB_USE_PRINTER_METRICS" ;
22608a7cf4aSmseidel		// This checkbox and the following one will change places when this
22708a7cf4aSmseidel		// one is wired in into the dialog. At the moment exists only for
22808a7cf4aSmseidel		// translation to work on.
22908a7cf4aSmseidel		Pos = MAP_APPFONT ( 12, 184 ) ;
230cdf0e10cSrcweir		Size = MAP_APPFONT ( 242, 10 ) ;
23108a7cf4aSmseidel		Text [ en-US ] = "Us~e printer metrics for document formatting" ;
232cdf0e10cSrcweir	};
233cdf0e10cSrcweir	CheckBox CB_MERGE_PARA_DIST
234cdf0e10cSrcweir	{
23508a7cf4aSmseidel		HelpID = "sd:CheckBox:TP_OPTIONS_MISC:CB_MERGE_PARA_DIST" ;
23608a7cf4aSmseidel		Pos = MAP_APPFONT ( 12, 171 ) ;
237cdf0e10cSrcweir		Size = MAP_APPFONT ( 242, 10 ) ;
23808a7cf4aSmseidel		Text [ en-US ] = "Add ~spacing between paragraphs and tables (in current document)" ;
23908a7cf4aSmseidel	};
24008a7cf4aSmseidel	FixedLine GRP_SCALE
24108a7cf4aSmseidel	{
24208a7cf4aSmseidel		Hide = TRUE;
24308a7cf4aSmseidel		Pos = MAP_APPFONT ( 6, 122 ) ;
24408a7cf4aSmseidel		Size = MAP_APPFONT ( 248, 8 ) ;
24508a7cf4aSmseidel		SCALE_TEXT
24608a7cf4aSmseidel	};
24708a7cf4aSmseidel	FixedText FT_ORIGINAL
24808a7cf4aSmseidel	{
24908a7cf4aSmseidel		Hide = TRUE;
25008a7cf4aSmseidel		Pos = MAP_APPFONT ( 155, 133 ) ;
25108a7cf4aSmseidel		Size = MAP_APPFONT ( 45, 10 ) ;
25208a7cf4aSmseidel		Text [ en-US ] = "Original" ;
25308a7cf4aSmseidel	};
25408a7cf4aSmseidel	FixedText FT_EQUIVALENT
25508a7cf4aSmseidel	{
25608a7cf4aSmseidel		Hide = TRUE;
25708a7cf4aSmseidel		Pos = MAP_APPFONT ( 206, 133 ) ;
25808a7cf4aSmseidel		Size = MAP_APPFONT ( 45, 10 ) ;
25908a7cf4aSmseidel		Text [ en-US ] = "Equivalent to" ;
26008a7cf4aSmseidel	};
26108a7cf4aSmseidel	FixedText FT_SCALE
26208a7cf4aSmseidel	{
26308a7cf4aSmseidel		Hide = TRUE;
26408a7cf4aSmseidel		Pos = MAP_APPFONT ( 12, 149 ) ;
265422409c1Smseidel		Size = MAP_APPFONT ( 60, 8 ) ;
26608a7cf4aSmseidel		Text [ en-US ] = "~Drawing scale" ;
26708a7cf4aSmseidel	};
26808a7cf4aSmseidel	ComboBox CB_SCALE
26908a7cf4aSmseidel	{
27008a7cf4aSmseidel		HelpID = "sd:ComboBox:TP_OPTIONS_MISC:CB_SCALE" ;
27108a7cf4aSmseidel		Hide = TRUE;
27208a7cf4aSmseidel		Pos = MAP_APPFONT ( 75, 147 ) ;
27308a7cf4aSmseidel		Size = MAP_APPFONT ( 30, 70 ) ;
274cdf0e10cSrcweir		TabStop = TRUE ;
275cdf0e10cSrcweir		DropDown = TRUE ;
276cdf0e10cSrcweir	};
27708a7cf4aSmseidel	FixedText FT_PAGEWIDTH
278cdf0e10cSrcweir	{
27908a7cf4aSmseidel		Hide = TRUE;
28008a7cf4aSmseidel		Pos = MAP_APPFONT ( 105, 149 ) ;
28108a7cf4aSmseidel		Size = MAP_APPFONT ( 49, 8 ) ;
282cdf0e10cSrcweir		Text [ en-US ] = "Page ~width" ;
283cdf0e10cSrcweir	};
28408a7cf4aSmseidel	FixedText FI_INFO_1
285cdf0e10cSrcweir	{
28608a7cf4aSmseidel		Hide = TRUE;
28708a7cf4aSmseidel		Pos = MAP_APPFONT ( 155, 149 ) ;
28808a7cf4aSmseidel		Size = MAP_APPFONT ( 49, 8 ) ;
289cdf0e10cSrcweir	};
29008a7cf4aSmseidel	MetricField MTR_FLD_ORIGINAL_WIDTH
291cdf0e10cSrcweir	{
29208a7cf4aSmseidel		HelpID = "sd:MetricField:TP_OPTIONS_MISC:MTR_FLD_ORIGINAL_WIDTH" ;
29308a7cf4aSmseidel		Hide = TRUE ;
29408a7cf4aSmseidel		Border = TRUE ;
29508a7cf4aSmseidel		Pos = MAP_APPFONT ( 206, 147 ) ;
29608a7cf4aSmseidel		Size = MAP_APPFONT ( 45, 12 ) ;
297cdf0e10cSrcweir		TabStop = TRUE ;
298cdf0e10cSrcweir		Repeat = TRUE ;
299cdf0e10cSrcweir		Spin = TRUE ;
300cdf0e10cSrcweir		SpinSize = 100 ;
301cdf0e10cSrcweir		Minimum = 1 ;
302cdf0e10cSrcweir		Maximum = 999999999 ;
303cdf0e10cSrcweir		StrictFormat = TRUE ;
304cdf0e10cSrcweir		DecimalDigits = 2 ;
305cdf0e10cSrcweir		Unit = FUNIT_MM ;
306cdf0e10cSrcweir		First = 1 ;
307cdf0e10cSrcweir		Last = 999999999 ;
308cdf0e10cSrcweir	};
30908a7cf4aSmseidel	FixedText FT_PAGEHEIGHT
310cdf0e10cSrcweir	{
31108a7cf4aSmseidel		Hide = TRUE ;
31208a7cf4aSmseidel		Pos = MAP_APPFONT ( 105, 165 ) ;
31308a7cf4aSmseidel		Size = MAP_APPFONT ( 49, 8 ) ;
314cdf0e10cSrcweir		Text [ en-US ] = "Page ~height" ;
315cdf0e10cSrcweir	};
316cdf0e10cSrcweir	FixedText FI_INFO_2
317cdf0e10cSrcweir	{
31808a7cf4aSmseidel		Hide = TRUE ;
31908a7cf4aSmseidel		Pos = MAP_APPFONT ( 155, 165 ) ;
32008a7cf4aSmseidel		Size = MAP_APPFONT ( 49, 8 ) ;
321cdf0e10cSrcweir	};
32208a7cf4aSmseidel	MetricField MTR_FLD_ORIGINAL_HEIGHT
323cdf0e10cSrcweir	{
32408a7cf4aSmseidel		HelpID = "sd:MetricField:TP_OPTIONS_MISC:MTR_FLD_ORIGINAL_HEIGHT" ;
32508a7cf4aSmseidel		Hide = TRUE ;
32608a7cf4aSmseidel		Border = TRUE ;
32708a7cf4aSmseidel		Pos = MAP_APPFONT ( 206, 163 ) ;
32808a7cf4aSmseidel		Size = MAP_APPFONT ( 45, 12 ) ;
329cdf0e10cSrcweir		TabStop = TRUE ;
330cdf0e10cSrcweir		Repeat = TRUE ;
331cdf0e10cSrcweir		Spin = TRUE ;
332cdf0e10cSrcweir		SpinSize = 100 ;
333cdf0e10cSrcweir		Minimum = 1 ;
334cdf0e10cSrcweir		Maximum = 999999999 ;
335cdf0e10cSrcweir		StrictFormat = TRUE ;
336cdf0e10cSrcweir		DecimalDigits = 2 ;
337cdf0e10cSrcweir		Unit = FUNIT_MM ;
338cdf0e10cSrcweir		First = 1 ;
339cdf0e10cSrcweir		Last = 999999999 ;
340cdf0e10cSrcweir	};
341cdf0e10cSrcweir};
342cdf0e10cSrcweir
34308a7cf4aSmseidel// ********************************************************************** EOF
344