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