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