1*09a1d057SAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*09a1d057SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*09a1d057SAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*09a1d057SAndrew Rist * distributed with this work for additional information
6*09a1d057SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*09a1d057SAndrew Rist * to you under the Apache License, Version 2.0 (the
8*09a1d057SAndrew Rist * "License"); you may not use this file except in compliance
9*09a1d057SAndrew Rist * with the License.  You may obtain a copy of the License at
10*09a1d057SAndrew Rist *
11*09a1d057SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*09a1d057SAndrew Rist *
13*09a1d057SAndrew Rist * Unless required by applicable law or agreed to in writing,
14*09a1d057SAndrew Rist * software distributed under the License is distributed on an
15*09a1d057SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*09a1d057SAndrew Rist * KIND, either express or implied.  See the License for the
17*09a1d057SAndrew Rist * specific language governing permissions and limitations
18*09a1d057SAndrew Rist * under the License.
19*09a1d057SAndrew Rist *
20*09a1d057SAndrew Rist *************************************************************/
21*09a1d057SAndrew Rist
22*09a1d057SAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir#include <svx/dialogs.hrc>
25cdf0e10cSrcweir#include "extrusioncontrols.hrc"
26cdf0e10cSrcweir
27cdf0e10cSrcweir#define MASKCOLOR	MaskColor = Color { Red=0xFFFF; Green=0x0000; Blue=0xFFFF; };
28cdf0e10cSrcweir
29cdf0e10cSrcweirDockingWindow RID_SVXFLOAT_EXTRUSION_DIRECTION
30cdf0e10cSrcweir{
31cdf0e10cSrcweir    HelpID = "svx:DockingWindow:RID_SVXFLOAT_EXTRUSION_DIRECTION";
32cdf0e10cSrcweir	Border = FALSE ;
33cdf0e10cSrcweir	Hide = TRUE ;
34cdf0e10cSrcweir	SVLook = TRUE ;
35cdf0e10cSrcweir	Sizeable = FALSE ;
36cdf0e10cSrcweir	Moveable = TRUE ;
37cdf0e10cSrcweir	Closeable = TRUE ;
38cdf0e10cSrcweir	Zoomable = TRUE ;
39cdf0e10cSrcweir
40cdf0e10cSrcweir	Text [ en-US ] = "Extrusion Direction" ;
41cdf0e10cSrcweir
42cdf0e10cSrcweir	Image IMG_DIRECTION + DIRECTION_NW
43cdf0e10cSrcweir	{
44cdf0e10cSrcweir		ImageBitmap = Bitmap { File = "directionnorthwest_22.bmp" ; };
45cdf0e10cSrcweir		MASKCOLOR
46cdf0e10cSrcweir	};
47cdf0e10cSrcweir	Image IMG_DIRECTION_H + DIRECTION_NW
48cdf0e10cSrcweir	{
49cdf0e10cSrcweir		ImageBitmap = Bitmap { File = "directionnorthwest_22_h.bmp" ; };
50cdf0e10cSrcweir		MASKCOLOR
51cdf0e10cSrcweir	};
52cdf0e10cSrcweir	Image IMG_DIRECTION + DIRECTION_N
53cdf0e10cSrcweir	{
54cdf0e10cSrcweir		ImageBitmap = Bitmap { File = "directionnorth_22.bmp" ; };
55cdf0e10cSrcweir		MASKCOLOR
56cdf0e10cSrcweir	};
57cdf0e10cSrcweir	Image IMG_DIRECTION_H + DIRECTION_N
58cdf0e10cSrcweir	{
59cdf0e10cSrcweir		ImageBitmap = Bitmap { File = "directionnorth_22_h.bmp"; };
60cdf0e10cSrcweir		MASKCOLOR
61cdf0e10cSrcweir	};
62cdf0e10cSrcweir	Image IMG_DIRECTION + DIRECTION_NE
63cdf0e10cSrcweir	{
64cdf0e10cSrcweir		ImageBitmap = Bitmap { File = "directionnortheast_22.bmp"; };
65cdf0e10cSrcweir		MASKCOLOR
66cdf0e10cSrcweir	};
67cdf0e10cSrcweir	Image IMG_DIRECTION_H + DIRECTION_NE
68cdf0e10cSrcweir	{
69cdf0e10cSrcweir		ImageBitmap = Bitmap { File = "directionnortheast_22_h.bmp"; };
70cdf0e10cSrcweir		MASKCOLOR
71cdf0e10cSrcweir	};
72cdf0e10cSrcweir	Image IMG_DIRECTION + DIRECTION_W
73cdf0e10cSrcweir	{
74cdf0e10cSrcweir		ImageBitmap = Bitmap { File = "directionwest_22.bmp"; };
75cdf0e10cSrcweir		MASKCOLOR
76cdf0e10cSrcweir	};
77cdf0e10cSrcweir	Image IMG_DIRECTION_H + DIRECTION_W
78cdf0e10cSrcweir	{
79cdf0e10cSrcweir		ImageBitmap = Bitmap { File = "directionwest_22_h.bmp"; };
80cdf0e10cSrcweir		MASKCOLOR
81cdf0e10cSrcweir	};
82cdf0e10cSrcweir	Image IMG_DIRECTION + DIRECTION_NONE
83cdf0e10cSrcweir	{
84cdf0e10cSrcweir		ImageBitmap = Bitmap { File = "directionstraight_22.bmp"; };
85cdf0e10cSrcweir		MASKCOLOR
86cdf0e10cSrcweir	};
87cdf0e10cSrcweir	Image IMG_DIRECTION_H + DIRECTION_NONE
88cdf0e10cSrcweir	{
89cdf0e10cSrcweir		ImageBitmap = Bitmap { File = "directionstraight_22_h.bmp"; };
90cdf0e10cSrcweir		MASKCOLOR
91cdf0e10cSrcweir	};
92cdf0e10cSrcweir	Image IMG_DIRECTION + DIRECTION_E
93cdf0e10cSrcweir	{
94cdf0e10cSrcweir		ImageBitmap = Bitmap { File = "directioneast_22.bmp"; };
95cdf0e10cSrcweir		MASKCOLOR
96cdf0e10cSrcweir	};
97cdf0e10cSrcweir	Image IMG_DIRECTION_H + DIRECTION_E
98cdf0e10cSrcweir	{
99cdf0e10cSrcweir		ImageBitmap = Bitmap { File = "directioneast_22_h.bmp"; };
100cdf0e10cSrcweir		MASKCOLOR
101cdf0e10cSrcweir	};
102cdf0e10cSrcweir	Image IMG_DIRECTION + DIRECTION_SW
103cdf0e10cSrcweir	{
104cdf0e10cSrcweir		ImageBitmap = Bitmap { File = "directionsouthwest_22.bmp"; };
105cdf0e10cSrcweir		MASKCOLOR
106cdf0e10cSrcweir	};
107cdf0e10cSrcweir	Image IMG_DIRECTION_H + DIRECTION_SW
108cdf0e10cSrcweir	{
109cdf0e10cSrcweir		ImageBitmap = Bitmap { File = "directionsouthwest_22_h.bmp"; };
110cdf0e10cSrcweir		MASKCOLOR
111cdf0e10cSrcweir	};
112cdf0e10cSrcweir	Image IMG_DIRECTION + DIRECTION_S
113cdf0e10cSrcweir	{
114cdf0e10cSrcweir		ImageBitmap = Bitmap { File = "directionsouth_22.bmp"; };
115cdf0e10cSrcweir		MASKCOLOR
116cdf0e10cSrcweir	};
117cdf0e10cSrcweir	Image IMG_DIRECTION_H + DIRECTION_S
118cdf0e10cSrcweir	{
119cdf0e10cSrcweir		ImageBitmap = Bitmap { File = "directionsouth_22_h.bmp"; };
120cdf0e10cSrcweir		MASKCOLOR
121cdf0e10cSrcweir	};
122cdf0e10cSrcweir	Image IMG_DIRECTION + DIRECTION_SE
123cdf0e10cSrcweir	{
124cdf0e10cSrcweir		ImageBitmap = Bitmap { File = "directionsoutheast_22.bmp"; };
125cdf0e10cSrcweir		MASKCOLOR
126cdf0e10cSrcweir	};
127cdf0e10cSrcweir	Image IMG_DIRECTION_H + DIRECTION_SE
128cdf0e10cSrcweir	{
129cdf0e10cSrcweir		ImageBitmap = Bitmap { File = "directionsoutheast_22_h.bmp"; };
130cdf0e10cSrcweir		MASKCOLOR
131cdf0e10cSrcweir	};
132cdf0e10cSrcweir	Image IMG_PERSPECTIVE
133cdf0e10cSrcweir	{
134cdf0e10cSrcweir		ImageBitmap = Bitmap { File = "perspective_16.bmp"; };
135cdf0e10cSrcweir		MASKCOLOR
136cdf0e10cSrcweir	};
137cdf0e10cSrcweir	Image IMG_PERSPECTIVE_H
138cdf0e10cSrcweir	{
139cdf0e10cSrcweir		ImageBitmap = Bitmap { File = "perspective_16_h.bmp"; };
140cdf0e10cSrcweir		MASKCOLOR
141cdf0e10cSrcweir	};
142cdf0e10cSrcweir	Image IMG_PARALLEL
143cdf0e10cSrcweir	{
144cdf0e10cSrcweir		ImageBitmap = Bitmap { File = "parallel_16.bmp"; };
145cdf0e10cSrcweir		MASKCOLOR
146cdf0e10cSrcweir	};
147cdf0e10cSrcweir	Image IMG_PARALLEL_H
148cdf0e10cSrcweir	{
149cdf0e10cSrcweir		ImageBitmap = Bitmap { File = "parallel_16_h.bmp"; };
150cdf0e10cSrcweir		MASKCOLOR
151cdf0e10cSrcweir	};
152cdf0e10cSrcweir
153cdf0e10cSrcweir	String STR_PERSPECTIVE
154cdf0e10cSrcweir	{
155cdf0e10cSrcweir		Text [ en-US ] = "~Perspective" ;
156cdf0e10cSrcweir	};
157cdf0e10cSrcweir
158cdf0e10cSrcweir	String STR_PARALLEL
159cdf0e10cSrcweir	{
160cdf0e10cSrcweir		Text [ en-US ] = "P~arallel" ;
161cdf0e10cSrcweir	};
162cdf0e10cSrcweir	String STR_DIRECTION + DIRECTION_NW
163cdf0e10cSrcweir	{
164cdf0e10cSrcweir		Text [ en-US ] = "Extrusion North-West";
165cdf0e10cSrcweir	};
166cdf0e10cSrcweir	String STR_DIRECTION + DIRECTION_N
167cdf0e10cSrcweir	{
168cdf0e10cSrcweir		Text [ en-US ] = "Extrusion North";
169cdf0e10cSrcweir	};
170cdf0e10cSrcweir	String STR_DIRECTION + DIRECTION_NE
171cdf0e10cSrcweir	{
172cdf0e10cSrcweir		Text [ en-US ] = "Extrusion North-East";
173cdf0e10cSrcweir	};
174cdf0e10cSrcweir	String STR_DIRECTION + DIRECTION_W
175cdf0e10cSrcweir	{
176cdf0e10cSrcweir		Text [ en-US ] = "Extrusion West";
177cdf0e10cSrcweir	};
178cdf0e10cSrcweir	String STR_DIRECTION + DIRECTION_NONE
179cdf0e10cSrcweir	{
180cdf0e10cSrcweir		Text [ en-US ] = "Extrusion Backwards";
181cdf0e10cSrcweir	};
182cdf0e10cSrcweir	String STR_DIRECTION + DIRECTION_E
183cdf0e10cSrcweir	{
184cdf0e10cSrcweir		Text [ en-US ] = "Extrusion East";
185cdf0e10cSrcweir	};
186cdf0e10cSrcweir	String STR_DIRECTION + DIRECTION_SW
187cdf0e10cSrcweir	{
188cdf0e10cSrcweir		Text [ en-US ] = "Extrusion South-West";
189cdf0e10cSrcweir	};
190cdf0e10cSrcweir	String STR_DIRECTION + DIRECTION_S
191cdf0e10cSrcweir	{
192cdf0e10cSrcweir		Text [ en-US ] = "Extrusion South";
193cdf0e10cSrcweir	};
194cdf0e10cSrcweir	String STR_DIRECTION + DIRECTION_SE
195cdf0e10cSrcweir	{
196cdf0e10cSrcweir		Text [ en-US ] = "Extrusion South-East";
197cdf0e10cSrcweir	};
198cdf0e10cSrcweir};
199cdf0e10cSrcweir
200cdf0e10cSrcweirDockingWindow RID_SVXFLOAT_EXTRUSION_DEPTH
201cdf0e10cSrcweir{
202cdf0e10cSrcweir    HelpID = "svx:DockingWindow:RID_SVXFLOAT_EXTRUSION_DEPTH";
203cdf0e10cSrcweir	Border = FALSE ;
204cdf0e10cSrcweir	Hide = TRUE ;
205cdf0e10cSrcweir	SVLook = TRUE ;
206cdf0e10cSrcweir	Sizeable = FALSE ;
207cdf0e10cSrcweir	Moveable = TRUE ;
208cdf0e10cSrcweir	Closeable = TRUE ;
209cdf0e10cSrcweir	Zoomable = TRUE ;
210cdf0e10cSrcweir
211cdf0e10cSrcweir	Text [ en-US ] = "Extrusion Depth" ;
212cdf0e10cSrcweir
213cdf0e10cSrcweir	String STR_CUSTOM
214cdf0e10cSrcweir	{
215cdf0e10cSrcweir		Text [ en-US ] = "~Custom...";
216cdf0e10cSrcweir	};
217cdf0e10cSrcweir
218cdf0e10cSrcweir	String STR_INFINITY
219cdf0e10cSrcweir	{
220cdf0e10cSrcweir		Text [ en-US ] = "~Infinity";
221cdf0e10cSrcweir	};
222cdf0e10cSrcweir
223cdf0e10cSrcweir	Image IMG_DEPTH_0
224cdf0e10cSrcweir	{
225cdf0e10cSrcweir		ImageBitmap = Bitmap { File = "extrusion0inch_16.bmp"; };
226cdf0e10cSrcweir		MASKCOLOR
227cdf0e10cSrcweir	};
228cdf0e10cSrcweir	Image IMG_DEPTH_0_H
229cdf0e10cSrcweir	{
230cdf0e10cSrcweir		ImageBitmap = Bitmap { File = "extrusion0inch_16_h.bmp"; };
231cdf0e10cSrcweir		MASKCOLOR
232cdf0e10cSrcweir	};
233cdf0e10cSrcweir
234cdf0e10cSrcweir	Image IMG_DEPTH_1
235cdf0e10cSrcweir	{
236cdf0e10cSrcweir		ImageBitmap = Bitmap { File = "extrusion05inch_16.bmp"; };
237cdf0e10cSrcweir		MASKCOLOR
238cdf0e10cSrcweir	};
239cdf0e10cSrcweir	Image IMG_DEPTH_1_H
240cdf0e10cSrcweir	{
241cdf0e10cSrcweir		ImageBitmap = Bitmap { File = "extrusion05inch_16_h.bmp"; };
242cdf0e10cSrcweir		MASKCOLOR
243cdf0e10cSrcweir	};
244cdf0e10cSrcweir
245cdf0e10cSrcweir	Image IMG_DEPTH_2
246cdf0e10cSrcweir	{
247cdf0e10cSrcweir		ImageBitmap = Bitmap { File = "extrusion1inch_16.bmp"; };
248cdf0e10cSrcweir		MASKCOLOR
249cdf0e10cSrcweir	};
250cdf0e10cSrcweir	Image IMG_DEPTH_2_H
251cdf0e10cSrcweir	{
252cdf0e10cSrcweir		ImageBitmap = Bitmap { File = "extrusion1inch_16_h.bmp"; };
253cdf0e10cSrcweir		MASKCOLOR
254cdf0e10cSrcweir	};
255cdf0e10cSrcweir
256cdf0e10cSrcweir	Image IMG_DEPTH_3
257cdf0e10cSrcweir	{
258cdf0e10cSrcweir		ImageBitmap = Bitmap { File = "extrusion2inch_16.bmp"; };
259cdf0e10cSrcweir		MASKCOLOR
260cdf0e10cSrcweir	};
261cdf0e10cSrcweir	Image IMG_DEPTH_3_H
262cdf0e10cSrcweir	{
263cdf0e10cSrcweir		ImageBitmap = Bitmap { File = "extrusion2inch_16_h.bmp"; };
264cdf0e10cSrcweir		MASKCOLOR
265cdf0e10cSrcweir	};
266cdf0e10cSrcweir
267cdf0e10cSrcweir	Image IMG_DEPTH_4
268cdf0e10cSrcweir	{
269cdf0e10cSrcweir		ImageBitmap = Bitmap { File = "extrusion4inch_16.bmp"; };
270cdf0e10cSrcweir		MASKCOLOR
271cdf0e10cSrcweir	};
272cdf0e10cSrcweir	Image IMG_DEPTH_4_H
273cdf0e10cSrcweir	{
274cdf0e10cSrcweir		ImageBitmap = Bitmap { File = "extrusion4inch_16_h.bmp"; };
275cdf0e10cSrcweir		MASKCOLOR
276cdf0e10cSrcweir	};
277cdf0e10cSrcweir
278cdf0e10cSrcweir	Image IMG_DEPTH_INFINITY
279cdf0e10cSrcweir	{
280cdf0e10cSrcweir		ImageBitmap = Bitmap { File = "extrusioninfinity_16.bmp"; };
281cdf0e10cSrcweir		MASKCOLOR
282cdf0e10cSrcweir	};
283cdf0e10cSrcweir	Image IMG_DEPTH_INFINITY_H
284cdf0e10cSrcweir	{
285cdf0e10cSrcweir		ImageBitmap = Bitmap { File = "extrusioninfinity_16_h.bmp"; };
286cdf0e10cSrcweir		MASKCOLOR
287cdf0e10cSrcweir	};
288cdf0e10cSrcweir};
289cdf0e10cSrcweir
290cdf0e10cSrcweir
291cdf0e10cSrcweirDockingWindow RID_SVXFLOAT_EXTRUSION_LIGHTING
292cdf0e10cSrcweir{
293cdf0e10cSrcweir    HelpID = "svx:DockingWindow:RID_SVXFLOAT_EXTRUSION_LIGHTING";
294cdf0e10cSrcweir	Border = FALSE ;
295cdf0e10cSrcweir	Hide = TRUE ;
296cdf0e10cSrcweir	SVLook = TRUE ;
297cdf0e10cSrcweir	Sizeable = FALSE ;
298cdf0e10cSrcweir	Moveable = TRUE ;
299cdf0e10cSrcweir	Closeable = TRUE ;
300cdf0e10cSrcweir	Zoomable = TRUE ;
301cdf0e10cSrcweir
302cdf0e10cSrcweir	Text [ en-US ] = "Extrusion Lighting" ;
303cdf0e10cSrcweir
304cdf0e10cSrcweir	Image IMG_LIGHT_OFF + FROM_TOP_LEFT
305cdf0e10cSrcweir	{
306cdf0e10cSrcweir		ImageBitmap = Bitmap { File = "lightofffromtopleft_22.bmp"; };
307cdf0e10cSrcweir		MASKCOLOR
308cdf0e10cSrcweir	};
309cdf0e10cSrcweir	Image IMG_LIGHT_OFF + FROM_TOP
310cdf0e10cSrcweir	{
311cdf0e10cSrcweir		ImageBitmap = Bitmap { File = "lightofffromtop_22.bmp"; };
312cdf0e10cSrcweir		MASKCOLOR
313cdf0e10cSrcweir	};
314cdf0e10cSrcweir	Image IMG_LIGHT_OFF + FROM_TOP_RIGHT
315cdf0e10cSrcweir	{
316cdf0e10cSrcweir		ImageBitmap = Bitmap { File = "lightofffromtopright_22.bmp"; };
317cdf0e10cSrcweir		MASKCOLOR
318cdf0e10cSrcweir	};
319cdf0e10cSrcweir	Image IMG_LIGHT_OFF + FROM_LEFT
320cdf0e10cSrcweir	{
321cdf0e10cSrcweir		ImageBitmap = Bitmap { File = "lightofffromleft_22.bmp"; };
322cdf0e10cSrcweir		MASKCOLOR
323cdf0e10cSrcweir	};
324cdf0e10cSrcweir	Image IMG_LIGHT_OFF + FROM_RIGHT
325cdf0e10cSrcweir	{
326cdf0e10cSrcweir		ImageBitmap = Bitmap { File = "lightofffromright_22.bmp"; };
327cdf0e10cSrcweir		MASKCOLOR
328cdf0e10cSrcweir	};
329cdf0e10cSrcweir	Image IMG_LIGHT_OFF + FROM_BOTTOM_LEFT
330cdf0e10cSrcweir	{
331cdf0e10cSrcweir		ImageBitmap = Bitmap { File = "lightofffrombottomleft_22.bmp"; };
332cdf0e10cSrcweir		MASKCOLOR
333cdf0e10cSrcweir	};
334cdf0e10cSrcweir	Image IMG_LIGHT_OFF + FROM_BOTTOM
335cdf0e10cSrcweir	{
336cdf0e10cSrcweir		ImageBitmap = Bitmap { File = "lightofffrombottom_22.bmp"; };
337cdf0e10cSrcweir		MASKCOLOR
338cdf0e10cSrcweir	};
339cdf0e10cSrcweir	Image IMG_LIGHT_OFF + FROM_BOTTOM_RIGHT
340cdf0e10cSrcweir	{
341cdf0e10cSrcweir		ImageBitmap = Bitmap { File = "lightofffrombottomright_22.bmp"; };
342cdf0e10cSrcweir		MASKCOLOR
343cdf0e10cSrcweir	};
344cdf0e10cSrcweir
345cdf0e10cSrcweir	Image IMG_LIGHT_OFF_H + FROM_TOP_LEFT
346cdf0e10cSrcweir	{
347cdf0e10cSrcweir		ImageBitmap = Bitmap { File = "lightofffromtopleft_22_h.bmp"; };
348cdf0e10cSrcweir		MASKCOLOR
349cdf0e10cSrcweir	};
350cdf0e10cSrcweir	Image IMG_LIGHT_OFF_H + FROM_TOP
351cdf0e10cSrcweir	{
352cdf0e10cSrcweir		ImageBitmap = Bitmap { File = "lightofffromtop_22_h.bmp"; };
353cdf0e10cSrcweir		MASKCOLOR
354cdf0e10cSrcweir	};
355cdf0e10cSrcweir	Image IMG_LIGHT_OFF_H + FROM_TOP_RIGHT
356cdf0e10cSrcweir	{
357cdf0e10cSrcweir		ImageBitmap = Bitmap { File = "lightofffromtopright_22_h.bmp"; };
358cdf0e10cSrcweir		MASKCOLOR
359cdf0e10cSrcweir	};
360cdf0e10cSrcweir	Image IMG_LIGHT_OFF_H + FROM_LEFT
361cdf0e10cSrcweir	{
362cdf0e10cSrcweir		ImageBitmap = Bitmap { File = "lightofffromleft_22_h.bmp"; };
363cdf0e10cSrcweir		MASKCOLOR
364cdf0e10cSrcweir	};
365cdf0e10cSrcweir	Image IMG_LIGHT_OFF_H + FROM_RIGHT
366cdf0e10cSrcweir	{
367cdf0e10cSrcweir		ImageBitmap = Bitmap { File = "lightofffromright_22_h.bmp"; };
368cdf0e10cSrcweir		MASKCOLOR
369cdf0e10cSrcweir	};
370cdf0e10cSrcweir	Image IMG_LIGHT_OFF_H + FROM_BOTTOM_LEFT
371cdf0e10cSrcweir	{
372cdf0e10cSrcweir		ImageBitmap = Bitmap { File = "lightofffrombottomleft_22_h.bmp"; };
373cdf0e10cSrcweir		MASKCOLOR
374cdf0e10cSrcweir	};
375cdf0e10cSrcweir	Image IMG_LIGHT_OFF_H + FROM_BOTTOM
376cdf0e10cSrcweir	{
377cdf0e10cSrcweir		ImageBitmap = Bitmap { File = "lightofffrombottom_22_h.bmp"; };
378cdf0e10cSrcweir		MASKCOLOR
379cdf0e10cSrcweir	};
380cdf0e10cSrcweir	Image IMG_LIGHT_OFF_H + FROM_BOTTOM_RIGHT
381cdf0e10cSrcweir	{
382cdf0e10cSrcweir		ImageBitmap = Bitmap { File = "lightofffrombottomright_22_h.bmp"; };
383cdf0e10cSrcweir		MASKCOLOR
384cdf0e10cSrcweir	};
385cdf0e10cSrcweir
386cdf0e10cSrcweir	Image IMG_LIGHT_ON + FROM_TOP_LEFT
387cdf0e10cSrcweir	{
388cdf0e10cSrcweir		ImageBitmap = Bitmap { File = "lightonfromtopleft_22.bmp"; };
389cdf0e10cSrcweir		MASKCOLOR
390cdf0e10cSrcweir	};
391cdf0e10cSrcweir	Image IMG_LIGHT_ON + FROM_TOP
392cdf0e10cSrcweir	{
393cdf0e10cSrcweir		ImageBitmap = Bitmap { File = "lightonfromtop_22.bmp"; };
394cdf0e10cSrcweir		MASKCOLOR
395cdf0e10cSrcweir	};
396cdf0e10cSrcweir	Image IMG_LIGHT_ON + FROM_TOP_RIGHT
397cdf0e10cSrcweir	{
398cdf0e10cSrcweir		ImageBitmap = Bitmap { File = "lightonfromtopright_22.bmp"; };
399cdf0e10cSrcweir		MASKCOLOR
400cdf0e10cSrcweir	};
401cdf0e10cSrcweir	Image IMG_LIGHT_ON + FROM_LEFT
402cdf0e10cSrcweir	{
403cdf0e10cSrcweir		ImageBitmap = Bitmap { File = "lightonfromleft_22.bmp"; };
404cdf0e10cSrcweir		MASKCOLOR
405cdf0e10cSrcweir	};
406cdf0e10cSrcweir	Image IMG_LIGHT_ON + FROM_RIGHT
407cdf0e10cSrcweir	{
408cdf0e10cSrcweir		ImageBitmap = Bitmap { File = "lightonfromright_22.bmp"; };
409cdf0e10cSrcweir		MASKCOLOR
410cdf0e10cSrcweir	};
411cdf0e10cSrcweir	Image IMG_LIGHT_ON + FROM_BOTTOM_LEFT
412cdf0e10cSrcweir	{
413cdf0e10cSrcweir		ImageBitmap = Bitmap { File = "lightonfrombottomleft_22.bmp"; };
414cdf0e10cSrcweir		MASKCOLOR
415cdf0e10cSrcweir	};
416cdf0e10cSrcweir	Image IMG_LIGHT_ON + FROM_BOTTOM
417cdf0e10cSrcweir	{
418cdf0e10cSrcweir		ImageBitmap = Bitmap { File = "lightonfrombottom_22.bmp"; };
419cdf0e10cSrcweir		MASKCOLOR
420cdf0e10cSrcweir	};
421cdf0e10cSrcweir	Image IMG_LIGHT_ON + FROM_BOTTOM_RIGHT
422cdf0e10cSrcweir	{
423cdf0e10cSrcweir		ImageBitmap = Bitmap { File = "lightonfrombottomright_22.bmp"; };
424cdf0e10cSrcweir		MASKCOLOR
425cdf0e10cSrcweir	};
426cdf0e10cSrcweir
427cdf0e10cSrcweir	Image IMG_LIGHT_ON_H + FROM_TOP_LEFT
428cdf0e10cSrcweir	{
429cdf0e10cSrcweir		ImageBitmap = Bitmap { File = "lightonfromtopleft_22_h.bmp"; };
430cdf0e10cSrcweir		MASKCOLOR
431cdf0e10cSrcweir	};
432cdf0e10cSrcweir	Image IMG_LIGHT_ON_H + FROM_TOP
433cdf0e10cSrcweir	{
434cdf0e10cSrcweir		ImageBitmap = Bitmap { File = "lightonfromtop_22_h.bmp"; };
435cdf0e10cSrcweir		MASKCOLOR
436cdf0e10cSrcweir	};
437cdf0e10cSrcweir	Image IMG_LIGHT_ON_H + FROM_TOP_RIGHT
438cdf0e10cSrcweir	{
439cdf0e10cSrcweir		ImageBitmap = Bitmap { File = "lightonfromtopright_22_h.bmp"; };
440cdf0e10cSrcweir		MASKCOLOR
441cdf0e10cSrcweir	};
442cdf0e10cSrcweir	Image IMG_LIGHT_ON_H + FROM_LEFT
443cdf0e10cSrcweir	{
444cdf0e10cSrcweir		ImageBitmap = Bitmap { File = "lightonfromleft_22_h.bmp"; };
445cdf0e10cSrcweir		MASKCOLOR
446cdf0e10cSrcweir	};
447cdf0e10cSrcweir	Image IMG_LIGHT_ON_H + FROM_RIGHT
448cdf0e10cSrcweir	{
449cdf0e10cSrcweir		ImageBitmap = Bitmap { File = "lightonfromright_22_h.bmp"; };
450cdf0e10cSrcweir		MASKCOLOR
451cdf0e10cSrcweir	};
452cdf0e10cSrcweir	Image IMG_LIGHT_ON_H + FROM_BOTTOM_LEFT
453cdf0e10cSrcweir	{
454cdf0e10cSrcweir		ImageBitmap = Bitmap { File = "lightonfrombottomleft_22_h.bmp"; };
455cdf0e10cSrcweir		MASKCOLOR
456cdf0e10cSrcweir	};
457cdf0e10cSrcweir	Image IMG_LIGHT_ON_H + FROM_BOTTOM
458cdf0e10cSrcweir	{
459cdf0e10cSrcweir		ImageBitmap = Bitmap { File = "lightonfrombottom_22_h.bmp"; };
460cdf0e10cSrcweir		MASKCOLOR
461cdf0e10cSrcweir	};
462cdf0e10cSrcweir	Image IMG_LIGHT_ON_H + FROM_BOTTOM_RIGHT
463cdf0e10cSrcweir	{
464cdf0e10cSrcweir		ImageBitmap = Bitmap { File = "lightonfrombottomright_22_h.bmp"; };
465cdf0e10cSrcweir		MASKCOLOR
466cdf0e10cSrcweir	};
467cdf0e10cSrcweir
468cdf0e10cSrcweir	Image IMG_LIGHT_PREVIEW + FROM_TOP_LEFT
469cdf0e10cSrcweir	{
470cdf0e10cSrcweir		ImageBitmap = Bitmap { File = "lightfromtopleft_22.bmp"; };
471cdf0e10cSrcweir		MASKCOLOR
472cdf0e10cSrcweir	};
473cdf0e10cSrcweir	Image IMG_LIGHT_PREVIEW + FROM_TOP
474cdf0e10cSrcweir	{
475cdf0e10cSrcweir		ImageBitmap = Bitmap { File = "lightfromtop_22.bmp"; };
476cdf0e10cSrcweir		MASKCOLOR
477cdf0e10cSrcweir	};
478cdf0e10cSrcweir	Image IMG_LIGHT_PREVIEW + FROM_TOP_RIGHT
479cdf0e10cSrcweir	{
480cdf0e10cSrcweir		ImageBitmap = Bitmap { File = "lightfromtopright_22.bmp"; };
481cdf0e10cSrcweir		MASKCOLOR
482cdf0e10cSrcweir	};
483cdf0e10cSrcweir	Image IMG_LIGHT_PREVIEW + FROM_LEFT
484cdf0e10cSrcweir	{
485cdf0e10cSrcweir		ImageBitmap = Bitmap { File = "lightfromleft_22.bmp"; };
486cdf0e10cSrcweir		MASKCOLOR
487cdf0e10cSrcweir	};
488cdf0e10cSrcweir	Image IMG_LIGHT_PREVIEW + FROM_RIGHT
489cdf0e10cSrcweir	{
490cdf0e10cSrcweir		ImageBitmap = Bitmap { File = "lightfromright_22.bmp"; };
491cdf0e10cSrcweir		MASKCOLOR
492cdf0e10cSrcweir	};
493cdf0e10cSrcweir	Image IMG_LIGHT_PREVIEW + FROM_FRONT
494cdf0e10cSrcweir	{
495cdf0e10cSrcweir		ImageBitmap = Bitmap { File = "lightfromfront_22.bmp"; };
496cdf0e10cSrcweir		MASKCOLOR
497cdf0e10cSrcweir	};
498cdf0e10cSrcweir	Image IMG_LIGHT_PREVIEW + FROM_BOTTOM_LEFT
499cdf0e10cSrcweir	{
500cdf0e10cSrcweir		ImageBitmap = Bitmap { File = "lightfrombottomleft_22.bmp"; };
501cdf0e10cSrcweir		MASKCOLOR
502cdf0e10cSrcweir	};
503cdf0e10cSrcweir	Image IMG_LIGHT_PREVIEW + FROM_BOTTOM
504cdf0e10cSrcweir	{
505cdf0e10cSrcweir		ImageBitmap = Bitmap { File = "lightfrombottom_22.bmp"; };
506cdf0e10cSrcweir		MASKCOLOR
507cdf0e10cSrcweir	};
508cdf0e10cSrcweir	Image IMG_LIGHT_PREVIEW + FROM_BOTTOM_RIGHT
509cdf0e10cSrcweir	{
510cdf0e10cSrcweir		ImageBitmap = Bitmap { File = "lightfrombottomright_22.bmp"; };
511cdf0e10cSrcweir		MASKCOLOR
512cdf0e10cSrcweir	};
513cdf0e10cSrcweir
514cdf0e10cSrcweir	Image IMG_LIGHT_PREVIEW_H + FROM_TOP_LEFT
515cdf0e10cSrcweir	{
516cdf0e10cSrcweir		ImageBitmap = Bitmap { File = "lightfromtopleft_22_h.bmp"; };
517cdf0e10cSrcweir		MASKCOLOR
518cdf0e10cSrcweir	};
519cdf0e10cSrcweir	Image IMG_LIGHT_PREVIEW_H + FROM_TOP
520cdf0e10cSrcweir	{
521cdf0e10cSrcweir		ImageBitmap = Bitmap { File = "lightfromtop_22_h.bmp"; };
522cdf0e10cSrcweir		MASKCOLOR
523cdf0e10cSrcweir	};
524cdf0e10cSrcweir	Image IMG_LIGHT_PREVIEW_H + FROM_TOP_RIGHT
525cdf0e10cSrcweir	{
526cdf0e10cSrcweir		ImageBitmap = Bitmap { File = "lightfromtopright_22_h.bmp"; };
527cdf0e10cSrcweir		MASKCOLOR
528cdf0e10cSrcweir	};
529cdf0e10cSrcweir	Image IMG_LIGHT_PREVIEW_H + FROM_LEFT
530cdf0e10cSrcweir	{
531cdf0e10cSrcweir		ImageBitmap = Bitmap { File = "lightfromleft_22_h.bmp"; };
532cdf0e10cSrcweir		MASKCOLOR
533cdf0e10cSrcweir	};
534cdf0e10cSrcweir	Image IMG_LIGHT_PREVIEW_H + FROM_RIGHT
535cdf0e10cSrcweir	{
536cdf0e10cSrcweir		ImageBitmap = Bitmap { File = "lightfromright_22_h.bmp"; };
537cdf0e10cSrcweir		MASKCOLOR
538cdf0e10cSrcweir	};
539cdf0e10cSrcweir	Image IMG_LIGHT_PREVIEW_H + FROM_FRONT
540cdf0e10cSrcweir	{
541cdf0e10cSrcweir		ImageBitmap = Bitmap { File = "lightfromfront_22_h.bmp"; };
542cdf0e10cSrcweir		MASKCOLOR
543cdf0e10cSrcweir	};
544cdf0e10cSrcweir	Image IMG_LIGHT_PREVIEW_H + FROM_BOTTOM_LEFT
545cdf0e10cSrcweir	{
546cdf0e10cSrcweir		ImageBitmap = Bitmap { File = "lightfrombottomleft_22_h.bmp"; };
547cdf0e10cSrcweir		MASKCOLOR
548cdf0e10cSrcweir	};
549cdf0e10cSrcweir	Image IMG_LIGHT_PREVIEW_H + FROM_BOTTOM
550cdf0e10cSrcweir	{
551cdf0e10cSrcweir		ImageBitmap = Bitmap { File = "lightfrombottom_22_h.bmp"; };
552cdf0e10cSrcweir		MASKCOLOR
553cdf0e10cSrcweir	};
554cdf0e10cSrcweir	Image IMG_LIGHT_PREVIEW_H + FROM_BOTTOM_RIGHT
555cdf0e10cSrcweir	{
556cdf0e10cSrcweir		ImageBitmap = Bitmap { File = "lightfrombottomright_22_h.bmp"; };
557cdf0e10cSrcweir		MASKCOLOR
558cdf0e10cSrcweir	};
559cdf0e10cSrcweir
560cdf0e10cSrcweir	Image IMG_LIGHTING_BRIGHT
561cdf0e10cSrcweir	{
562cdf0e10cSrcweir		ImageBitmap = Bitmap { File = "brightlit_16.bmp"; };
563cdf0e10cSrcweir		MASKCOLOR
564cdf0e10cSrcweir	};
565cdf0e10cSrcweir	Image IMG_LIGHTING_NORMAL
566cdf0e10cSrcweir	{
567cdf0e10cSrcweir		ImageBitmap = Bitmap { File = "normallit_16.bmp"; };
568cdf0e10cSrcweir		MASKCOLOR
569cdf0e10cSrcweir	};
570cdf0e10cSrcweir	Image IMG_LIGHTING_DIM
571cdf0e10cSrcweir	{
572cdf0e10cSrcweir		ImageBitmap = Bitmap { File = "dimlit_16.bmp"; };
573cdf0e10cSrcweir		MASKCOLOR
574cdf0e10cSrcweir	};
575cdf0e10cSrcweir
576cdf0e10cSrcweir	Image IMG_LIGHTING_BRIGHT_H
577cdf0e10cSrcweir	{
578cdf0e10cSrcweir		ImageBitmap = Bitmap { File = "brightlit_16_h.bmp"; };
579cdf0e10cSrcweir		MASKCOLOR
580cdf0e10cSrcweir	};
581cdf0e10cSrcweir	Image IMG_LIGHTING_NORMAL_H
582cdf0e10cSrcweir	{
583cdf0e10cSrcweir		ImageBitmap = Bitmap { File = "normallit_16_h.bmp"; };
584cdf0e10cSrcweir		MASKCOLOR
585cdf0e10cSrcweir	};
586cdf0e10cSrcweir	Image IMG_LIGHTING_DIM_H
587cdf0e10cSrcweir	{
588cdf0e10cSrcweir		ImageBitmap = Bitmap { File = "dimlit_16_h.bmp"; };
589cdf0e10cSrcweir		MASKCOLOR
590cdf0e10cSrcweir	};
591cdf0e10cSrcweir
592cdf0e10cSrcweir	String STR_BRIGHT
593cdf0e10cSrcweir	{
594cdf0e10cSrcweir		Text [ en-US ] = "~Bright";
595cdf0e10cSrcweir	};
596cdf0e10cSrcweir
597cdf0e10cSrcweir	String STR_NORMAL
598cdf0e10cSrcweir	{
599cdf0e10cSrcweir		Text [ en-US ] = "~Normal";
600cdf0e10cSrcweir	};
601cdf0e10cSrcweir
602cdf0e10cSrcweir	String STR_DIM
603cdf0e10cSrcweir	{
604cdf0e10cSrcweir		Text [ en-US ] = "~Dim";
605cdf0e10cSrcweir	};
606cdf0e10cSrcweir};
607cdf0e10cSrcweir
608cdf0e10cSrcweirDockingWindow RID_SVXFLOAT_EXTRUSION_SURFACE
609cdf0e10cSrcweir{
610cdf0e10cSrcweir    HelpID = "svx:DockingWindow:RID_SVXFLOAT_EXTRUSION_SURFACE";
611cdf0e10cSrcweir	Border = FALSE ;
612cdf0e10cSrcweir	Hide = TRUE ;
613cdf0e10cSrcweir	SVLook = TRUE ;
614cdf0e10cSrcweir	Sizeable = FALSE ;
615cdf0e10cSrcweir	Moveable = TRUE ;
616cdf0e10cSrcweir	Closeable = TRUE ;
617cdf0e10cSrcweir	Zoomable = TRUE ;
618cdf0e10cSrcweir
619cdf0e10cSrcweir	Text [ en-US ] = "Extrusion Surface" ;
620cdf0e10cSrcweir
621cdf0e10cSrcweir	String STR_WIREFRAME
622cdf0e10cSrcweir	{
623cdf0e10cSrcweir		Text [ en-US ] = "~Wire Frame";
624cdf0e10cSrcweir	};
625cdf0e10cSrcweir
626cdf0e10cSrcweir	String STR_MATTE
627cdf0e10cSrcweir	{
628cdf0e10cSrcweir		Text [ en-US ] = "~Matt";
629cdf0e10cSrcweir	};
630cdf0e10cSrcweir
631cdf0e10cSrcweir	String STR_PLASTIC
632cdf0e10cSrcweir	{
633cdf0e10cSrcweir		Text [ en-US ] = "~Plastic";
634cdf0e10cSrcweir	};
635cdf0e10cSrcweir
636cdf0e10cSrcweir	String STR_METAL
637cdf0e10cSrcweir	{
638cdf0e10cSrcweir		Text [ en-US ] = "Me~tal";
639cdf0e10cSrcweir	};
640cdf0e10cSrcweir
641cdf0e10cSrcweir	Image IMG_WIRE_FRAME
642cdf0e10cSrcweir	{
643cdf0e10cSrcweir		ImageBitmap = Bitmap { File = "wireframe_16.bmp"; };
644cdf0e10cSrcweir		MASKCOLOR
645cdf0e10cSrcweir	};
646cdf0e10cSrcweir	Image IMG_WIRE_FRAME_H
647cdf0e10cSrcweir	{
648cdf0e10cSrcweir		ImageBitmap = Bitmap { File = "wireframe_16_h.bmp"; };
649cdf0e10cSrcweir		MASKCOLOR
650cdf0e10cSrcweir	};
651cdf0e10cSrcweir	Image IMG_MATTE
652cdf0e10cSrcweir	{
653cdf0e10cSrcweir		ImageBitmap = Bitmap { File = "matte_16.bmp"; };
654cdf0e10cSrcweir		MASKCOLOR
655cdf0e10cSrcweir	};
656cdf0e10cSrcweir	Image IMG_MATTE_H
657cdf0e10cSrcweir	{
658cdf0e10cSrcweir		ImageBitmap = Bitmap { File = "matte_16_h.bmp"; };
659cdf0e10cSrcweir		MASKCOLOR
660cdf0e10cSrcweir	};
661cdf0e10cSrcweir	Image IMG_PLASTIC
662cdf0e10cSrcweir	{
663cdf0e10cSrcweir		ImageBitmap = Bitmap { File = "plastic_16.bmp"; };
664cdf0e10cSrcweir		MASKCOLOR
665cdf0e10cSrcweir	};
666cdf0e10cSrcweir	Image IMG_PLASTIC_H
667cdf0e10cSrcweir	{
668cdf0e10cSrcweir		ImageBitmap = Bitmap { File = "plastic_16_h.bmp"; };
669cdf0e10cSrcweir		MASKCOLOR
670cdf0e10cSrcweir	};
671cdf0e10cSrcweir	Image IMG_METAL
672cdf0e10cSrcweir	{
673cdf0e10cSrcweir		ImageBitmap = Bitmap { File = "metal_16.bmp"; };
674cdf0e10cSrcweir		MASKCOLOR
675cdf0e10cSrcweir	};
676cdf0e10cSrcweir	Image IMG_METAL_H
677cdf0e10cSrcweir	{
678cdf0e10cSrcweir		ImageBitmap = Bitmap { File = "metal_16_h.bmp"; };
679cdf0e10cSrcweir		MASKCOLOR
680cdf0e10cSrcweir	};
681cdf0e10cSrcweir
682cdf0e10cSrcweir};
683cdf0e10cSrcweir
684cdf0e10cSrcweir#define WIDTH 						140
685cdf0e10cSrcweir#define HEIGHT 						(4 * 3 + 3 * 14)
686cdf0e10cSrcweir
687cdf0e10cSrcweirModalDialog RID_SVX_MDLG_EXTRUSION_DEPTH
688cdf0e10cSrcweir{
689cdf0e10cSrcweir    HelpID = "svx:ModalDialog:RID_SVX_MDLG_EXTRUSION_DEPTH";
690cdf0e10cSrcweir	OutputSize = TRUE;
691cdf0e10cSrcweir	SVLook = TRUE ;
692cdf0e10cSrcweir	Moveable = TRUE;
693cdf0e10cSrcweir	Closeable = TRUE;
694cdf0e10cSrcweir
695cdf0e10cSrcweir	Size = MAP_APPFONT( WIDTH, HEIGHT );
696cdf0e10cSrcweir
697cdf0e10cSrcweir	Text [ en-US ] = "Extrusion Depth" ;
698cdf0e10cSrcweir
699cdf0e10cSrcweir    FixedText FL_DEPTH
700cdf0e10cSrcweir	{
701cdf0e10cSrcweir        Pos = MAP_APPFONT ( 3 , 3 ) ;
702cdf0e10cSrcweir        Size = MAP_APPFONT ( WIDTH - 50 - 12 , 8 ) ;
703cdf0e10cSrcweir		Text [ en-US ] = "~Value" ;
704cdf0e10cSrcweir	};
705cdf0e10cSrcweir	MetricField MTR_DEPTH
706cdf0e10cSrcweir	{
707cdf0e10cSrcweir		 //HelpId = HID_SD_CTL_FAVORITES ;
708cdf0e10cSrcweir		Border = FALSE ;
709cdf0e10cSrcweir        Pos = MAP_APPFONT ( 3 , 14 ) ;
710cdf0e10cSrcweir        Size = MAP_APPFONT ( WIDTH - 50 - 12, 12 ) ;
711cdf0e10cSrcweir		TabStop = TRUE ;
712cdf0e10cSrcweir		Repeat = TRUE ;
713cdf0e10cSrcweir		Spin = TRUE ;
714cdf0e10cSrcweir		Minimum = 0 ;
715cdf0e10cSrcweir		Maximum = 338666 ;
716cdf0e10cSrcweir		StrictFormat = TRUE ;
717cdf0e10cSrcweir		DecimalDigits = 2 ;
718cdf0e10cSrcweir		Unit = FUNIT_MM ;
719cdf0e10cSrcweir		SpinSize = 10 ;
720cdf0e10cSrcweir	};
721cdf0e10cSrcweir	OkButton BTN_OK
722cdf0e10cSrcweir	{
723cdf0e10cSrcweir        Pos = MAP_APPFONT ( WIDTH - 50 - 3 , 1 * 3 + 0 * 14 ) ;
724cdf0e10cSrcweir        Size = MAP_APPFONT ( 50, 14 ) ;
725cdf0e10cSrcweir		DefButton = TRUE ;
726cdf0e10cSrcweir		TabStop = TRUE ;
727cdf0e10cSrcweir	};
728cdf0e10cSrcweir	CancelButton BTN_CANCEL
729cdf0e10cSrcweir	{
730cdf0e10cSrcweir        Pos = MAP_APPFONT ( WIDTH - 50 - 3 , 2 * 3 + 1 * 14 ) ;
731cdf0e10cSrcweir        Size = MAP_APPFONT ( 50, 14 ) ;
732cdf0e10cSrcweir		TabStop = TRUE ;
733cdf0e10cSrcweir	};
734cdf0e10cSrcweir	HelpButton BTN_HELP
735cdf0e10cSrcweir	{
736cdf0e10cSrcweir        Pos = MAP_APPFONT ( WIDTH - 50 - 3 , 3 * 3 + 2 * 14 ) ;
737cdf0e10cSrcweir        Size = MAP_APPFONT ( 50, 14 ) ;
738cdf0e10cSrcweir		TabStop = TRUE ;
739cdf0e10cSrcweir	};
740cdf0e10cSrcweir};
741cdf0e10cSrcweir
742cdf0e10cSrcweirString RID_SVXSTR_EXTRUSION_COLOR
743cdf0e10cSrcweir{
744cdf0e10cSrcweir	Text [ en-US ] = "Extrusion Color";
745cdf0e10cSrcweir};
746cdf0e10cSrcweir
747cdf0e10cSrcweirString RID_SVXSTR_DEPTH_0
748cdf0e10cSrcweir{
749cdf0e10cSrcweir	Text [ en-US ] = "~0 cm";
750cdf0e10cSrcweir};
751cdf0e10cSrcweir
752cdf0e10cSrcweirString RID_SVXSTR_DEPTH_1
753cdf0e10cSrcweir{
754cdf0e10cSrcweir	Text [ en-US ] = "~1 cm";
755cdf0e10cSrcweir};
756cdf0e10cSrcweir
757cdf0e10cSrcweirString RID_SVXSTR_DEPTH_2
758cdf0e10cSrcweir{
759cdf0e10cSrcweir	Text [ en-US ] = "~2.5 cm";
760cdf0e10cSrcweir};
761cdf0e10cSrcweir
762cdf0e10cSrcweirString RID_SVXSTR_DEPTH_3
763cdf0e10cSrcweir{
764cdf0e10cSrcweir	Text [ en-US ] = "~5 cm";
765cdf0e10cSrcweir};
766cdf0e10cSrcweir
767cdf0e10cSrcweirString RID_SVXSTR_DEPTH_4
768cdf0e10cSrcweir{
769cdf0e10cSrcweir	Text [ en-US ] = "10 ~cm";
770cdf0e10cSrcweir};
771cdf0e10cSrcweir
772cdf0e10cSrcweirString RID_SVXSTR_DEPTH_0_INCH
773cdf0e10cSrcweir{
774cdf0e10cSrcweir	Text [ en-US ] = "0 inch";
775cdf0e10cSrcweir};
776cdf0e10cSrcweir
777cdf0e10cSrcweirString RID_SVXSTR_DEPTH_1_INCH
778cdf0e10cSrcweir{
779cdf0e10cSrcweir	Text [ en-US ] = "0.~5 inch";
780cdf0e10cSrcweir};
781cdf0e10cSrcweir
782cdf0e10cSrcweirString RID_SVXSTR_DEPTH_2_INCH
783cdf0e10cSrcweir{
784cdf0e10cSrcweir	Text [ en-US ] = "~1 inch";
785cdf0e10cSrcweir};
786cdf0e10cSrcweir
787cdf0e10cSrcweirString RID_SVXSTR_DEPTH_3_INCH
788cdf0e10cSrcweir{
789cdf0e10cSrcweir	Text [ en-US ] = "~2 inch";
790cdf0e10cSrcweir};
791cdf0e10cSrcweir
792cdf0e10cSrcweirString RID_SVXSTR_DEPTH_4_INCH
793cdf0e10cSrcweir{
794cdf0e10cSrcweir	Text [ en-US ] = "~4 inch";
795cdf0e10cSrcweir};
796cdf0e10cSrcweir
797cdf0e10cSrcweir
798