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