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
24#include "dp_gui.hrc"
25
26// package bundle:
27Image RID_IMG_DEF_PACKAGE_BUNDLE
28{
29    ImageBitmap = Bitmap { File = "sx03256.bmp"; };
30    MASKCOLOR
31};
32Image RID_IMG_DEF_PACKAGE_BUNDLE_HC
33{
34    ImageBitmap = Bitmap { File = "sxh03256.bmp"; };
35    MASKCOLOR
36};
37
38// script, dialog:
39Image RID_IMG_SCRIPTLIB
40{
41    ImageBitmap = Bitmap { File = "im30820.bmp"; };
42    MASKCOLOR
43};
44Image RID_IMG_SCRIPTLIB_HC
45{
46    ImageBitmap = Bitmap { File = "imh30820.bmp"; };
47    MASKCOLOR
48};
49
50Image RID_IMG_DIALOGLIB
51{
52    ImageBitmap = Bitmap { File = "dialogfolder_16.bmp"; };
53    MASKCOLOR
54};
55Image RID_IMG_DIALOGLIB_HC
56{
57    ImageBitmap = Bitmap { File = "dialogfolder_16_h.bmp"; };
58    MASKCOLOR
59};
60
61// configuration:
62Image RID_IMG_CONF_XML
63{
64    ImageBitmap = Bitmap { File = "xml_16.bmp"; };
65    MASKCOLOR
66};
67Image RID_IMG_CONF_XML_HC
68{
69    ImageBitmap = Bitmap { File = "xml_16_h.bmp"; };
70    MASKCOLOR
71};
72
73// component, typelib:
74Image RID_IMG_COMPONENT
75{
76    ImageBitmap = Bitmap { File = "component_16.bmp"; };
77    MASKCOLOR
78};
79Image RID_IMG_COMPONENT_HC
80{
81    ImageBitmap = Bitmap { File = "component_16_h.bmp"; };
82    MASKCOLOR
83};
84
85Image RID_IMG_JAVA_COMPONENT
86{
87    ImageBitmap = Bitmap { File = "javacomponent_16.bmp"; };
88    MASKCOLOR
89};
90Image RID_IMG_JAVA_COMPONENT_HC
91{
92    ImageBitmap = Bitmap { File = "javacomponent_16_h.bmp"; };
93    MASKCOLOR
94};
95
96Image RID_IMG_TYPELIB
97{
98    ImageBitmap = Bitmap { File = "library_16.bmp"; };
99    MASKCOLOR
100};
101Image RID_IMG_TYPELIB_HC
102{
103    ImageBitmap = Bitmap { File = "library_16_h.bmp"; };
104    MASKCOLOR
105};
106
107Image RID_IMG_JAVA_TYPELIB
108{
109    ImageBitmap = Bitmap { File = "javalibrary_16.bmp"; };
110    MASKCOLOR
111};
112Image RID_IMG_JAVA_TYPELIB_HC
113{
114    ImageBitmap = Bitmap { File = "javalibrary_16_h.bmp"; };
115    MASKCOLOR
116};
117
118Image RID_IMG_HELP
119{
120    ImageBitmap = Bitmap { File = "commandimagelist/sc_helperdialog.bmp"; };
121    MASKCOLOR
122};
123Image RID_IMG_HELP_HC
124{
125    ImageBitmap = Bitmap { File = "commandimagelist/sch_helperdialog.bmp"; };
126    MASKCOLOR
127};
128