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