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