1*158fda6aSAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*158fda6aSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*158fda6aSAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*158fda6aSAndrew Rist * distributed with this work for additional information
6*158fda6aSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*158fda6aSAndrew Rist * to you under the Apache License, Version 2.0 (the
8*158fda6aSAndrew Rist * "License"); you may not use this file except in compliance
9*158fda6aSAndrew Rist * with the License.  You may obtain a copy of the License at
10*158fda6aSAndrew Rist *
11*158fda6aSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*158fda6aSAndrew Rist *
13*158fda6aSAndrew Rist * Unless required by applicable law or agreed to in writing,
14*158fda6aSAndrew Rist * software distributed under the License is distributed on an
15*158fda6aSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*158fda6aSAndrew Rist * KIND, either express or implied.  See the License for the
17*158fda6aSAndrew Rist * specific language governing permissions and limitations
18*158fda6aSAndrew Rist * under the License.
19*158fda6aSAndrew Rist *
20*158fda6aSAndrew Rist *************************************************************/
21*158fda6aSAndrew Rist
22*158fda6aSAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir#include "dp_gui.hrc"
25cdf0e10cSrcweir
26cdf0e10cSrcweir// package bundle:
27cdf0e10cSrcweirImage RID_IMG_DEF_PACKAGE_BUNDLE
28cdf0e10cSrcweir{
29cdf0e10cSrcweir    ImageBitmap = Bitmap { File = "sx03256.bmp"; };
30cdf0e10cSrcweir    MASKCOLOR
31cdf0e10cSrcweir};
32cdf0e10cSrcweirImage RID_IMG_DEF_PACKAGE_BUNDLE_HC
33cdf0e10cSrcweir{
34cdf0e10cSrcweir    ImageBitmap = Bitmap { File = "sxh03256.bmp"; };
35cdf0e10cSrcweir    MASKCOLOR
36cdf0e10cSrcweir};
37cdf0e10cSrcweir
38cdf0e10cSrcweir// script, dialog:
39cdf0e10cSrcweirImage RID_IMG_SCRIPTLIB
40cdf0e10cSrcweir{
41cdf0e10cSrcweir    ImageBitmap = Bitmap { File = "im30820.bmp"; };
42cdf0e10cSrcweir    MASKCOLOR
43cdf0e10cSrcweir};
44cdf0e10cSrcweirImage RID_IMG_SCRIPTLIB_HC
45cdf0e10cSrcweir{
46cdf0e10cSrcweir    ImageBitmap = Bitmap { File = "imh30820.bmp"; };
47cdf0e10cSrcweir    MASKCOLOR
48cdf0e10cSrcweir};
49cdf0e10cSrcweir
50cdf0e10cSrcweirImage RID_IMG_DIALOGLIB
51cdf0e10cSrcweir{
52cdf0e10cSrcweir    ImageBitmap = Bitmap { File = "dialogfolder_16.bmp"; };
53cdf0e10cSrcweir    MASKCOLOR
54cdf0e10cSrcweir};
55cdf0e10cSrcweirImage RID_IMG_DIALOGLIB_HC
56cdf0e10cSrcweir{
57cdf0e10cSrcweir    ImageBitmap = Bitmap { File = "dialogfolder_16_h.bmp"; };
58cdf0e10cSrcweir    MASKCOLOR
59cdf0e10cSrcweir};
60cdf0e10cSrcweir
61cdf0e10cSrcweir// configuration:
62cdf0e10cSrcweirImage RID_IMG_CONF_XML
63cdf0e10cSrcweir{
64cdf0e10cSrcweir    ImageBitmap = Bitmap { File = "xml_16.bmp"; };
65cdf0e10cSrcweir    MASKCOLOR
66cdf0e10cSrcweir};
67cdf0e10cSrcweirImage RID_IMG_CONF_XML_HC
68cdf0e10cSrcweir{
69cdf0e10cSrcweir    ImageBitmap = Bitmap { File = "xml_16_h.bmp"; };
70cdf0e10cSrcweir    MASKCOLOR
71cdf0e10cSrcweir};
72cdf0e10cSrcweir
73cdf0e10cSrcweir// component, typelib:
74cdf0e10cSrcweirImage RID_IMG_COMPONENT
75cdf0e10cSrcweir{
76cdf0e10cSrcweir    ImageBitmap = Bitmap { File = "component_16.bmp"; };
77cdf0e10cSrcweir    MASKCOLOR
78cdf0e10cSrcweir};
79cdf0e10cSrcweirImage RID_IMG_COMPONENT_HC
80cdf0e10cSrcweir{
81cdf0e10cSrcweir    ImageBitmap = Bitmap { File = "component_16_h.bmp"; };
82cdf0e10cSrcweir    MASKCOLOR
83cdf0e10cSrcweir};
84cdf0e10cSrcweir
85cdf0e10cSrcweirImage RID_IMG_JAVA_COMPONENT
86cdf0e10cSrcweir{
87cdf0e10cSrcweir    ImageBitmap = Bitmap { File = "javacomponent_16.bmp"; };
88cdf0e10cSrcweir    MASKCOLOR
89cdf0e10cSrcweir};
90cdf0e10cSrcweirImage RID_IMG_JAVA_COMPONENT_HC
91cdf0e10cSrcweir{
92cdf0e10cSrcweir    ImageBitmap = Bitmap { File = "javacomponent_16_h.bmp"; };
93cdf0e10cSrcweir    MASKCOLOR
94cdf0e10cSrcweir};
95cdf0e10cSrcweir
96cdf0e10cSrcweirImage RID_IMG_TYPELIB
97cdf0e10cSrcweir{
98cdf0e10cSrcweir    ImageBitmap = Bitmap { File = "library_16.bmp"; };
99cdf0e10cSrcweir    MASKCOLOR
100cdf0e10cSrcweir};
101cdf0e10cSrcweirImage RID_IMG_TYPELIB_HC
102cdf0e10cSrcweir{
103cdf0e10cSrcweir    ImageBitmap = Bitmap { File = "library_16_h.bmp"; };
104cdf0e10cSrcweir    MASKCOLOR
105cdf0e10cSrcweir};
106cdf0e10cSrcweir
107cdf0e10cSrcweirImage RID_IMG_JAVA_TYPELIB
108cdf0e10cSrcweir{
109cdf0e10cSrcweir    ImageBitmap = Bitmap { File = "javalibrary_16.bmp"; };
110cdf0e10cSrcweir    MASKCOLOR
111cdf0e10cSrcweir};
112cdf0e10cSrcweirImage RID_IMG_JAVA_TYPELIB_HC
113cdf0e10cSrcweir{
114cdf0e10cSrcweir    ImageBitmap = Bitmap { File = "javalibrary_16_h.bmp"; };
115cdf0e10cSrcweir    MASKCOLOR
116cdf0e10cSrcweir};
117cdf0e10cSrcweir
118cdf0e10cSrcweirImage RID_IMG_HELP
119cdf0e10cSrcweir{
120cdf0e10cSrcweir    ImageBitmap = Bitmap { File = "commandimagelist/sc_helperdialog.bmp"; };
121cdf0e10cSrcweir    MASKCOLOR
122cdf0e10cSrcweir};
123cdf0e10cSrcweirImage RID_IMG_HELP_HC
124cdf0e10cSrcweir{
125cdf0e10cSrcweir    ImageBitmap = Bitmap { File = "commandimagelist/sch_helperdialog.bmp"; };
126cdf0e10cSrcweir    MASKCOLOR
127cdf0e10cSrcweir};
128