xref: /AOO41X/main/svx/source/tbxctrls/extrusioncontrols.hrc (revision c0dc1914a9c6ac092288b21b28e688697d02cd5a)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements.  See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership.  The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22
23#include <svx/dialogs.hrc>
24
25// enum to index light images
26#define FROM_TOP_LEFT       0
27#define FROM_TOP            1
28#define FROM_TOP_RIGHT      2
29#define FROM_LEFT           3
30#define FROM_FRONT          4
31#define FROM_RIGHT          5
32#define FROM_BOTTOM_LEFT    6
33#define FROM_BOTTOM         7
34#define FROM_BOTTOM_RIGHT   8
35
36#define DIRECTION_NW        0
37#define DIRECTION_N         1
38#define DIRECTION_NE        2
39#define DIRECTION_W         3
40#define DIRECTION_NONE      4
41#define DIRECTION_E         5
42#define DIRECTION_SW        6
43#define DIRECTION_S         7
44#define DIRECTION_SE        8
45
46#define STR_PERSPECTIVE         1
47#define STR_PARALLEL            2
48#define STR_CUSTOM              3
49#define STR_INFINITY            4
50
51#define STR_BRIGHT              15
52#define STR_NORMAL              16
53#define STR_DIM                 17
54
55#define STR_WIREFRAME           18
56#define STR_MATTE               19
57#define STR_PLASTIC             20
58#define STR_METAL               21
59
60#define STR_DIRECTION           30      // needs 10 resource ids
61
62#define IMG_DIRECTION           1       // needs 10 resource ids
63#define IMG_DIRECTION_H         10      // needs 10 resource ids
64
65#define IMG_DEPTH_0             19
66#define IMG_DEPTH_1             20
67#define IMG_DEPTH_2             21
68#define IMG_DEPTH_3             22
69#define IMG_DEPTH_4             23
70#define IMG_DEPTH_INFINITY      24
71
72#define IMG_DEPTH_0_H           25
73#define IMG_DEPTH_1_H           26
74#define IMG_DEPTH_2_H           27
75#define IMG_DEPTH_3_H           28
76#define IMG_DEPTH_4_H           29
77#define IMG_DEPTH_INFINITY_H    30
78
79#define IMG_PERSPECTIVE         31
80#define IMG_PERSPECTIVE_H       32
81#define IMG_PARALLEL            33
82#define IMG_PARALLEL_H          34
83
84#define IMG_WIRE_FRAME          35
85#define IMG_MATTE               36
86#define IMG_PLASTIC             37
87#define IMG_METAL               38
88
89#define IMG_WIRE_FRAME_H        39
90#define IMG_MATTE_H             40
91#define IMG_PLASTIC_H           41
92#define IMG_METAL_H             42
93
94#define IMG_LIGHT_OFF           50  // needs 10 resource ids
95#define IMG_LIGHT_ON            60  // needs 10 resource ids
96#define IMG_LIGHT_PREVIEW       70  // needs 10 resource ids
97
98#define IMG_LIGHT_OFF_H         80  // needs 10 resource ids
99#define IMG_LIGHT_ON_H          90  // needs 10 resource ids
100#define IMG_LIGHT_PREVIEW_H     100  // needs 10 resource ids
101
102#define IMG_LIGHTING_BRIGHT     110
103#define IMG_LIGHTING_NORMAL     111
104#define IMG_LIGHTING_DIM        112
105
106#define IMG_LIGHTING_BRIGHT_H   113
107#define IMG_LIGHTING_NORMAL_H   114
108#define IMG_LIGHTING_DIM_H      115
109
110#define FL_DEPTH                1
111#define MTR_DEPTH               2
112#define BTN_OK                  3
113#define BTN_CANCEL              4
114#define BTN_HELP                5
115
116//
117