xref: /aoo42x/main/sd/source/ui/dlg/tpoption.src (revision 94680462)
166220049SAndrew Rist/**************************************************************
2ee78a0b5Smseidel *
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
10ee78a0b5Smseidel *
1166220049SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12ee78a0b5Smseidel *
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.
19ee78a0b5Smseidel *
2066220049SAndrew Rist *************************************************************/
2166220049SAndrew Rist
2266220049SAndrew Rist
23ee78a0b5Smseidel
24cdf0e10cSrcweir#include "tpoption.hrc"
25cdf0e10cSrcweir#include "helpids.h"
26cdf0e10cSrcweir
27cdf0e10cSrcweir#define SCALE_TEXT \
28ee78a0b5Smseidel		Text [ en-US ] = "Scale" ; \
29cdf0e10cSrcweir
30ee78a0b5Smseidel// Contents
31cdf0e10cSrcweirTabPage TP_OPTIONS_CONTENTS
32cdf0e10cSrcweir{
33cdf0e10cSrcweir	HelpID = HID_SD_OPTIONS_CONTENTS ;
34ee78a0b5Smseidel	Size = MAP_APPFONT ( 260, 185 ) ;
35ee78a0b5Smseidel	Hide = TRUE ;
36cdf0e10cSrcweir	Text [ en-US ] = "Contents" ;
37ee78a0b5Smseidel	FixedLine GRP_DISPLAY
38cdf0e10cSrcweir	{
39ee78a0b5Smseidel		Pos = MAP_APPFONT ( 6, 72 - 69 ) ;
40ee78a0b5Smseidel		Size = MAP_APPFONT ( 248, 8 ) ;
41cdf0e10cSrcweir		Text [ en-US ] = "Display" ;
42cdf0e10cSrcweir	};
43ee78a0b5Smseidel	CheckBox CBX_RULER
44cdf0e10cSrcweir	{
45ee78a0b5Smseidel		HelpID = "sd:CheckBox:TP_OPTIONS_CONTENTS:CBX_RULER" ;
46ee78a0b5Smseidel		Pos = MAP_APPFONT ( 12, 83 - 69 ) ;
47ee78a0b5Smseidel		Size = MAP_APPFONT ( 242, 10 ) ;
48cdf0e10cSrcweir		TabStop = TRUE ;
49cdf0e10cSrcweir		Text [ en-US ] = "~Rulers visible" ;
50cdf0e10cSrcweir	};
51cdf0e10cSrcweir	CheckBox CBX_HELPLINES
52cdf0e10cSrcweir	{
53ee78a0b5Smseidel		HelpID = "sd:CheckBox:TP_OPTIONS_CONTENTS:CBX_HELPLINES" ;
54ee78a0b5Smseidel		Pos = MAP_APPFONT ( 12, 97 - 69 ) ;
55ee78a0b5Smseidel		Size = MAP_APPFONT ( 242, 10 ) ;
56cdf0e10cSrcweir		TabStop = TRUE ;
57cdf0e10cSrcweir		Text [ en-US ] = "~Guides when moving" ;
58cdf0e10cSrcweir	};
59cdf0e10cSrcweir	CheckBox CBX_HANDLES_BEZIER
60cdf0e10cSrcweir	{
61ee78a0b5Smseidel		HelpID = "sd:CheckBox:TP_OPTIONS_CONTENTS:CBX_HANDLES_BEZIER" ;
62ee78a0b5Smseidel		Pos = MAP_APPFONT ( 12, 111 - 69 ) ;
63ee78a0b5Smseidel		Size = MAP_APPFONT ( 242, 10 ) ;
64cdf0e10cSrcweir		TabStop = TRUE ;
65cdf0e10cSrcweir		Text [ en-US ] = "~All control points in Bézier editor" ;
66cdf0e10cSrcweir	};
67cdf0e10cSrcweir	CheckBox CBX_MOVE_OUTLINE
68cdf0e10cSrcweir	{
69ee78a0b5Smseidel		HelpID = "sd:CheckBox:TP_OPTIONS_CONTENTS:CBX_MOVE_OUTLINE" ;
70ee78a0b5Smseidel		Pos = MAP_APPFONT ( 12, 125 - 69 ) ;
71ee78a0b5Smseidel		Size = MAP_APPFONT ( 242, 10 ) ;
72cdf0e10cSrcweir		TabStop = TRUE ;
73cdf0e10cSrcweir		Text [ en-US ] = "~Contour of each individual object" ;
74cdf0e10cSrcweir	};
75cdf0e10cSrcweir};
76ee78a0b5Smseidel// Misc
77cdf0e10cSrcweirTabPage TP_OPTIONS_MISC
78cdf0e10cSrcweir{
79cdf0e10cSrcweir	HelpID = HID_SD_OPTIONS_MISC ;
80ee78a0b5Smseidel	Size = MAP_APPFONT ( 260, 185 ) ;
81ee78a0b5Smseidel	Hide = TRUE ;
82cdf0e10cSrcweir	Text [ en-US ] = "Other" ;
83ee78a0b5Smseidel	FixedLine GRP_TEXT
84cdf0e10cSrcweir	{
85ee78a0b5Smseidel		Pos = MAP_APPFONT ( 6, 3 ) ;
86ee78a0b5Smseidel		Size = MAP_APPFONT ( 248, 8 ) ;
87cdf0e10cSrcweir		Text [ en-US ] = "Text objects" ;
88cdf0e10cSrcweir	};
89ee78a0b5Smseidel	CheckBox CBX_QUICKEDIT
90cdf0e10cSrcweir	{
91ee78a0b5Smseidel		HelpID = "sd:CheckBox:TP_OPTIONS_MISC:CBX_QUICKEDIT" ;
92ee78a0b5Smseidel		Pos = MAP_APPFONT ( 12, 14 ) ;
93ee78a0b5Smseidel		Size = MAP_APPFONT ( 116, 10 ) ;
94cdf0e10cSrcweir		TabStop = TRUE ;
95cdf0e10cSrcweir		Text [ en-US ] = "Allow quick editing" ;
96cdf0e10cSrcweir	};
97cdf0e10cSrcweir	CheckBox CBX_PICKTHROUGH
98cdf0e10cSrcweir	{
99ee78a0b5Smseidel		HelpID = "sd:CheckBox:TP_OPTIONS_MISC:CBX_PICKTHROUGH" ;
100ee78a0b5Smseidel		Pos = MAP_APPFONT ( 12, 27 ) ;
101ee78a0b5Smseidel		Size = MAP_APPFONT ( 116, 10 ) ;
102cdf0e10cSrcweir		TabStop = TRUE ;
103cdf0e10cSrcweir		Text [ en-US ] = "Only text area selectable" ;
104cdf0e10cSrcweir	};
105ee78a0b5Smseidel	FixedLine GRP_PROGRAMSTART
106cdf0e10cSrcweir	{
107ee78a0b5Smseidel		Pos = MAP_APPFONT ( 6, 42 ) ;
108ee78a0b5Smseidel		Size = MAP_APPFONT ( 248, 8 ) ;
109cdf0e10cSrcweir		Text [ en-US ] = "New document" ;
110cdf0e10cSrcweir	};
111ee78a0b5Smseidel	CheckBox CBX_START_WITH_TEMPLATE
112cdf0e10cSrcweir	{
113ee78a0b5Smseidel		HelpID = "sd:CheckBox:TP_OPTIONS_MISC:CBX_START_WITH_TEMPLATE" ;
114ee78a0b5Smseidel		Pos = MAP_APPFONT ( 12, 53 ) ;
115ee78a0b5Smseidel		Size = MAP_APPFONT ( 242, 10 ) ;
116cdf0e10cSrcweir		TabStop = TRUE ;
117cdf0e10cSrcweir		Text [ en-US ] = "Start with ~wizard" ;
118cdf0e10cSrcweir	};
119ee78a0b5Smseidel	FixedLine GRP_SETTINGS
120cdf0e10cSrcweir	{
121ee78a0b5Smseidel		Pos = MAP_APPFONT ( 6, 69 ) ;
122ee78a0b5Smseidel		Size = MAP_APPFONT ( 248, 8 ) ;
123ee78a0b5Smseidel		Text [ en-US ] = "Settings" ;
124cdf0e10cSrcweir	};
125ee78a0b5Smseidel	CheckBox CBX_MASTERPAGE_CACHE
126cdf0e10cSrcweir	{
127ee78a0b5Smseidel		HelpID = "sd:CheckBox:TP_OPTIONS_MISC:CBX_MASTERPAGE_CACHE" ;
128ee78a0b5Smseidel		Pos = MAP_APPFONT ( 12, 80 ) ;
129ee78a0b5Smseidel		Size = MAP_APPFONT ( 242, 10 ) ;
130cdf0e10cSrcweir		TabStop = TRUE ;
131cdf0e10cSrcweir		Text [ en-US ] = "Use background cache" ;
132cdf0e10cSrcweir	};
133cdf0e10cSrcweir	CheckBox CBX_COPY
134cdf0e10cSrcweir	{
135ee78a0b5Smseidel		HelpID = "sd:CheckBox:TP_OPTIONS_MISC:CBX_COPY" ;
136ee78a0b5Smseidel		Pos = MAP_APPFONT ( 12, 93 ) ;
137ee78a0b5Smseidel		Size = MAP_APPFONT ( 242, 10 ) ;
138cdf0e10cSrcweir		TabStop = TRUE ;
139cdf0e10cSrcweir		Text [ en-US ] = "Copy when moving" ;
140cdf0e10cSrcweir	};
141cdf0e10cSrcweir	CheckBox CBX_MARKED_HIT_MOVES_ALWAYS
142cdf0e10cSrcweir	{
143ee78a0b5Smseidel		HelpID = "sd:CheckBox:TP_OPTIONS_MISC:CBX_MARKED_HIT_MOVES_ALWAYS" ;
144ee78a0b5Smseidel		Pos = MAP_APPFONT ( 12, 106 ) ;
145ee78a0b5Smseidel		Size = MAP_APPFONT ( 242, 10 ) ;
146cdf0e10cSrcweir		TabStop = TRUE ;
147cdf0e10cSrcweir		Text [ en-US ] = "Objects always moveable" ;
148cdf0e10cSrcweir	};
149ee78a0b5Smseidel	CheckBox CBX_CROOK_NO_CONTORTION
150cdf0e10cSrcweir	{
151ee78a0b5Smseidel		HelpID = "sd:CheckBox:TP_OPTIONS_MISC:CBX_CROOK_NO_CONTORTION" ;
152ee78a0b5Smseidel		Pos = MAP_APPFONT ( 12, 119 ) ;
153ee78a0b5Smseidel		Size = MAP_APPFONT ( 242, 10 ) ;
154cdf0e10cSrcweir		TabStop = TRUE ;
155ee78a0b5Smseidel		Hide = TRUE;
156cdf0e10cSrcweir		Text [ en-US ] = "Do not distort objects in curve" ;
157cdf0e10cSrcweir	};
158ee78a0b5Smseidel	FixedText FT_METRIC
159cdf0e10cSrcweir	{
160ee78a0b5Smseidel		Pos = MAP_APPFONT ( 12, 119 ) ;
161ee78a0b5Smseidel		Size = MAP_APPFONT ( 60, 8 ) ;
162cdf0e10cSrcweir		Text [ en-US ] = "Unit of ~measurement" ;
163cdf0e10cSrcweir	};
164ee78a0b5Smseidel	ListBox LB_METRIC
165cdf0e10cSrcweir	{
166ee78a0b5Smseidel		HelpID = "sd:ListBox:TP_OPTIONS_MISC:LB_METRIC" ;
167cdf0e10cSrcweir		Border = TRUE ;
168ee78a0b5Smseidel		Pos = MAP_APPFONT ( 75, 117 ) ;
169ee78a0b5Smseidel		Size = MAP_APPFONT ( 50, 50 ) ;
170cdf0e10cSrcweir		DropDown = TRUE ;
171cdf0e10cSrcweir	};
172ee78a0b5Smseidel	FixedText FT_TABSTOP
173cdf0e10cSrcweir	{
174ee78a0b5Smseidel		Pos = MAP_APPFONT ( 130, 119 ) ;
175ee78a0b5Smseidel		Size = MAP_APPFONT ( 70, 8 ) ;
176ee78a0b5Smseidel		Right = TRUE ;
177cdf0e10cSrcweir		Text [ en-US ] = "Ta~b stops" ;
178cdf0e10cSrcweir	};
179ee78a0b5Smseidel	MetricField MTR_FLD_TABSTOP
180cdf0e10cSrcweir	{
181ee78a0b5Smseidel		HelpID = "sd:MetricField:TP_OPTIONS_MISC:MTR_FLD_TABSTOP" ;
182cdf0e10cSrcweir		Border = TRUE ;
183ee78a0b5Smseidel		Pos = MAP_APPFONT ( 206, 117 ) ;
184ee78a0b5Smseidel		Size = MAP_APPFONT ( 45, 12 ) ;
185cdf0e10cSrcweir		TabStop = TRUE ;
186cdf0e10cSrcweir		Repeat = TRUE ;
187cdf0e10cSrcweir		Spin = TRUE ;
188cdf0e10cSrcweir		Unit = FUNIT_CM ;
189cdf0e10cSrcweir		SpinSize = 10 ;
190cdf0e10cSrcweir		Minimum = 50 ;
191cdf0e10cSrcweir		Maximum = 2000;
192cdf0e10cSrcweir		First = 50 ;
193cdf0e10cSrcweir		Last = 2000 ;
194cdf0e10cSrcweir		StrictFormat = TRUE ;
195cdf0e10cSrcweir		DecimalDigits = 2 ;
196cdf0e10cSrcweir	};
197ee78a0b5Smseidel	FixedLine GRP_START_WITH_ACTUAL_PAGE
198cdf0e10cSrcweir	{
199ee78a0b5Smseidel		Pos = MAP_APPFONT ( 6, 134 ) ;
200ee78a0b5Smseidel		Size = MAP_APPFONT ( 248, 8 ) ;
201cdf0e10cSrcweir		Text [ en-US ] = "Start presentation" ;
202cdf0e10cSrcweir	};
203ee78a0b5Smseidel	CheckBox CBX_START_WITH_ACTUAL_PAGE
204cdf0e10cSrcweir	{
205ee78a0b5Smseidel		HelpID = "sd:CheckBox:TP_OPTIONS_MISC:CBX_START_WITH_ACTUAL_PAGE" ;
206ee78a0b5Smseidel		Pos = MAP_APPFONT ( 12, 145 ) ;
207ee78a0b5Smseidel		Size = MAP_APPFONT ( 116, 10 ) ;
208cdf0e10cSrcweir		TabStop = TRUE ;
209cdf0e10cSrcweir		Text [ en-US ] = "Always with current page" ;
210cdf0e10cSrcweir	};
211ee78a0b5Smseidel	CheckBox CBX_START_WITH_PRESENTER_SCREEN
212ee78a0b5Smseidel	{
213ee78a0b5Smseidel		HelpID = "sd:CheckBox:TP_OPTIONS_MISC:CBX_START_WITH_PRESENTER_SCREEN" ;
214ee78a0b5Smseidel		Pos = MAP_APPFONT ( 12, 145 ) ;
215ee78a0b5Smseidel		Size = MAP_APPFONT ( 116, 10 ) ;
216ee78a0b5Smseidel		TabStop = TRUE ;
217ee78a0b5Smseidel		Text [ en-US ] = "With Presenter Screen" ;
218ee78a0b5Smseidel	};
219ee78a0b5Smseidel	FixedLine FT_COMPATIBILITY
220ee78a0b5Smseidel	{
221ee78a0b5Smseidel		Pos = MAP_APPFONT ( 6, 160 ) ;
222ee78a0b5Smseidel		Size = MAP_APPFONT ( 248, 8 ) ;
223cdf0e10cSrcweir		Text [ en-US ] = "Compatibility" ;
224cdf0e10cSrcweir	};
225ee78a0b5Smseidel	CheckBox CB_USE_PRINTER_METRICS
226ee78a0b5Smseidel	{
227ee78a0b5Smseidel		HelpID = "sd:CheckBox:TP_OPTIONS_MISC:CB_USE_PRINTER_METRICS" ;
228ee78a0b5Smseidel		// This checkbox and the following one will change places when this
229ee78a0b5Smseidel		// one is wired in into the dialog. At the moment exists only for
230ee78a0b5Smseidel		// translation to work on.
231ee78a0b5Smseidel		Pos = MAP_APPFONT ( 12, 184 ) ;
232cdf0e10cSrcweir		Size = MAP_APPFONT ( 242, 10 ) ;
233ee78a0b5Smseidel		Text [ en-US ] = "Us~e printer metrics for document formatting" ;
234cdf0e10cSrcweir	};
235cdf0e10cSrcweir	CheckBox CB_MERGE_PARA_DIST
236cdf0e10cSrcweir	{
237ee78a0b5Smseidel		HelpID = "sd:CheckBox:TP_OPTIONS_MISC:CB_MERGE_PARA_DIST" ;
238ee78a0b5Smseidel		Pos = MAP_APPFONT ( 12, 171 ) ;
239cdf0e10cSrcweir		Size = MAP_APPFONT ( 242, 10 ) ;
240ee78a0b5Smseidel		Text [ en-US ] = "Add ~spacing between paragraphs and tables (in current document)" ;
241ee78a0b5Smseidel	};
242ee78a0b5Smseidel	FixedLine GRP_SCALE
243ee78a0b5Smseidel	{
244ee78a0b5Smseidel		Hide = TRUE;
245ee78a0b5Smseidel		Pos = MAP_APPFONT ( 6, 122 ) ;
246ee78a0b5Smseidel		Size = MAP_APPFONT ( 248, 8 ) ;
247ee78a0b5Smseidel		SCALE_TEXT
248ee78a0b5Smseidel	};
249ee78a0b5Smseidel	FixedText FT_ORIGINAL
250ee78a0b5Smseidel	{
251ee78a0b5Smseidel		Hide = TRUE;
252ee78a0b5Smseidel		Pos = MAP_APPFONT ( 155, 133 ) ;
253ee78a0b5Smseidel		Size = MAP_APPFONT ( 45, 10 ) ;
254ee78a0b5Smseidel		Text [ en-US ] = "Original" ;
255ee78a0b5Smseidel	};
256ee78a0b5Smseidel	FixedText FT_EQUIVALENT
257ee78a0b5Smseidel	{
258ee78a0b5Smseidel		Hide = TRUE;
259ee78a0b5Smseidel		Pos = MAP_APPFONT ( 206, 133 ) ;
260ee78a0b5Smseidel		Size = MAP_APPFONT ( 45, 10 ) ;
261ee78a0b5Smseidel		Text [ en-US ] = "Equivalent to" ;
262ee78a0b5Smseidel	};
263ee78a0b5Smseidel	FixedText FT_SCALE
264ee78a0b5Smseidel	{
265ee78a0b5Smseidel		Hide = TRUE;
266ee78a0b5Smseidel		Pos = MAP_APPFONT ( 12, 149 ) ;
267*94680462Smseidel		Size = MAP_APPFONT ( 60, 8 ) ;
268ee78a0b5Smseidel		Text [ en-US ] = "~Drawing scale" ;
269ee78a0b5Smseidel	};
270ee78a0b5Smseidel	ComboBox CB_SCALE
271ee78a0b5Smseidel	{
272ee78a0b5Smseidel		HelpID = "sd:ComboBox:TP_OPTIONS_MISC:CB_SCALE" ;
273ee78a0b5Smseidel		Hide = TRUE;
274ee78a0b5Smseidel		Pos = MAP_APPFONT ( 75, 147 ) ;
275ee78a0b5Smseidel		Size = MAP_APPFONT ( 30, 70 ) ;
276cdf0e10cSrcweir		TabStop = TRUE ;
277cdf0e10cSrcweir		DropDown = TRUE ;
278cdf0e10cSrcweir	};
279ee78a0b5Smseidel	FixedText FT_PAGEWIDTH
280cdf0e10cSrcweir	{
281ee78a0b5Smseidel		Hide = TRUE;
282ee78a0b5Smseidel		Pos = MAP_APPFONT ( 105, 149 ) ;
283ee78a0b5Smseidel		Size = MAP_APPFONT ( 49, 8 ) ;
284cdf0e10cSrcweir		Text [ en-US ] = "Page ~width" ;
285cdf0e10cSrcweir	};
286ee78a0b5Smseidel	FixedText FI_INFO_1
287cdf0e10cSrcweir	{
288ee78a0b5Smseidel		Hide = TRUE;
289ee78a0b5Smseidel		Pos = MAP_APPFONT ( 155, 149 ) ;
290ee78a0b5Smseidel		Size = MAP_APPFONT ( 49, 8 ) ;
291cdf0e10cSrcweir	};
292ee78a0b5Smseidel	MetricField MTR_FLD_ORIGINAL_WIDTH
293cdf0e10cSrcweir	{
294ee78a0b5Smseidel		HelpID = "sd:MetricField:TP_OPTIONS_MISC:MTR_FLD_ORIGINAL_WIDTH" ;
295ee78a0b5Smseidel		Hide = TRUE ;
296ee78a0b5Smseidel		Border = TRUE ;
297ee78a0b5Smseidel		Pos = MAP_APPFONT ( 206, 147 ) ;
298ee78a0b5Smseidel		Size = MAP_APPFONT ( 45, 12 ) ;
299cdf0e10cSrcweir		TabStop = TRUE ;
300cdf0e10cSrcweir		Repeat = TRUE ;
301cdf0e10cSrcweir		Spin = TRUE ;
302cdf0e10cSrcweir		SpinSize = 100 ;
303cdf0e10cSrcweir		Minimum = 1 ;
304cdf0e10cSrcweir		Maximum = 999999999 ;
305cdf0e10cSrcweir		StrictFormat = TRUE ;
306cdf0e10cSrcweir		DecimalDigits = 2 ;
307cdf0e10cSrcweir		Unit = FUNIT_MM ;
308cdf0e10cSrcweir		First = 1 ;
309cdf0e10cSrcweir		Last = 999999999 ;
310cdf0e10cSrcweir	};
311ee78a0b5Smseidel	FixedText FT_PAGEHEIGHT
312cdf0e10cSrcweir	{
313ee78a0b5Smseidel		Hide = TRUE ;
314ee78a0b5Smseidel		Pos = MAP_APPFONT ( 105, 165 ) ;
315ee78a0b5Smseidel		Size = MAP_APPFONT ( 49, 8 ) ;
316cdf0e10cSrcweir		Text [ en-US ] = "Page ~height" ;
317cdf0e10cSrcweir	};
318cdf0e10cSrcweir	FixedText FI_INFO_2
319cdf0e10cSrcweir	{
320ee78a0b5Smseidel		Hide = TRUE ;
321ee78a0b5Smseidel		Pos = MAP_APPFONT ( 155, 165 ) ;
322ee78a0b5Smseidel		Size = MAP_APPFONT ( 49, 8 ) ;
323cdf0e10cSrcweir	};
324ee78a0b5Smseidel	MetricField MTR_FLD_ORIGINAL_HEIGHT
325cdf0e10cSrcweir	{
326ee78a0b5Smseidel		HelpID = "sd:MetricField:TP_OPTIONS_MISC:MTR_FLD_ORIGINAL_HEIGHT" ;
327ee78a0b5Smseidel		Hide = TRUE ;
328ee78a0b5Smseidel		Border = TRUE ;
329ee78a0b5Smseidel		Pos = MAP_APPFONT ( 206, 163 ) ;
330ee78a0b5Smseidel		Size = MAP_APPFONT ( 45, 12 ) ;
331cdf0e10cSrcweir		TabStop = TRUE ;
332cdf0e10cSrcweir		Repeat = TRUE ;
333cdf0e10cSrcweir		Spin = TRUE ;
334cdf0e10cSrcweir		SpinSize = 100 ;
335cdf0e10cSrcweir		Minimum = 1 ;
336cdf0e10cSrcweir		Maximum = 999999999 ;
337cdf0e10cSrcweir		StrictFormat = TRUE ;
338cdf0e10cSrcweir		DecimalDigits = 2 ;
339cdf0e10cSrcweir		Unit = FUNIT_MM ;
340cdf0e10cSrcweir		First = 1 ;
341cdf0e10cSrcweir		Last = 999999999 ;
342cdf0e10cSrcweir	};
343cdf0e10cSrcweir};
344cdf0e10cSrcweir
345ee78a0b5Smseidel// ********************************************************************** EOF
346