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