xref: /AOO41X/main/dbaccess/source/ui/imagelists/dbimagelists.src (revision 81d089ae0b6b164818efbaaff21440338527721c)
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#ifndef _DBU_DLG_HRC_
25#include "dbu_dlg.hrc"
26#endif
27#ifndef DBACCESS_UI_BROWSER_ID_HXX
28#include "browserids.hxx"
29#endif
30
31#define MASKCOLOR MaskColor = Color { Red = 0xFFFF; Green = 0x0000; Blue = 0xFFFF; }
32
33//-------------------------------------------------------------------------
34#define IL_TOOL_2 \
35\
36    IdList = {\
37        ID_INDEX_NEW;\
38        ID_INDEX_DROP;\
39        ID_INDEX_RENAME;\
40        ID_INDEX_SAVE;\
41        ID_INDEX_RESET;\
42        };\
43    IdCount = {\
44    5;\
45    }
46
47
48ImageList IMG_INDEX_DLG_SC
49{
50    MASKCOLOR;
51    prefix = "sc";
52    IL_TOOL_2 ;
53};
54
55ImageList IMG_INDEX_DLG_SCH
56{
57    MASKCOLOR;
58    prefix = "sch";
59    IL_TOOL_2 ;
60};
61
62ImageList IMG_INDEX_DLG_LC
63{
64    MASKCOLOR;
65    prefix = "lc";
66    IL_TOOL_2 ;
67};
68
69ImageList IMG_INDEX_DLG_LCH
70{
71    MASKCOLOR;
72    prefix = "lch";
73    IL_TOOL_2 ;
74};
75
76Image IMG_FORMFOLDER_TREE_L
77{
78    ImageBitmap = Bitmap { File = "forms_32"; };
79    MASKCOLOR;
80};
81Image IMG_FORMFOLDER_TREE_LHC
82{
83    ImageBitmap = Bitmap { File = "forms_32_h"; };
84    MASKCOLOR;
85};
86Image IMG_REPORTFOLDER_TREE_L
87{
88    ImageBitmap = Bitmap { File = "reports_32"; };
89    MASKCOLOR;
90};
91Image IMG_REPORTFOLDER_TREE_LHC
92{
93    ImageBitmap = Bitmap { File = "reports_32_h"; };
94    MASKCOLOR;
95};
96Image IMG_QUERYFOLDER_TREE_L
97{
98    ImageBitmap = Bitmap { File = "queries_32"; };
99    MASKCOLOR;
100};
101Image IMG_QUERYFOLDER_TREE_LHC
102{
103    ImageBitmap = Bitmap { File = "queries_32_h"; };
104    MASKCOLOR;
105};
106Image IMG_TABLEFOLDER_TREE_L
107{
108    ImageBitmap = Bitmap { File = "tables_32"; };
109    MASKCOLOR;
110};
111Image IMG_TABLEFOLDER_TREE_LHC
112{
113    ImageBitmap = Bitmap { File = "tables_32_h"; };
114    MASKCOLOR;
115};
116
117//========================================================================
118//= database object icons
119
120//------------------------------------------------------------------------
121// the whole database
122
123Image DATABASE_TREE_ICON
124{
125    ImageBitmap = Bitmap { File = "db.bmp"; };
126    MaskColor = Color { Red = 0xff00 ; Green = 0x0000 ; Blue = 0xff00 ; };
127};
128
129Image DATABASE_TREE_ICON_SCH
130{
131    ImageBitmap = Bitmap { File = "db_sch.bmp"; };
132    MaskColor = Color { Red = 0xff00 ; Green = 0x0000 ; Blue = 0xff00 ; };
133};
134
135//------------------------------------------------------------------------
136// tables and table folders
137
138Image TABLE_TREE_ICON
139{
140    ImageBitmap = Bitmap { File = "sx03188.png"; };
141    MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; };
142};
143
144Image TABLE_TREE_ICON_SCH
145{
146    ImageBitmap = Bitmap { File = "sxh03188.png"; };
147    MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; };
148};
149
150Image TABLEFOLDER_TREE_ICON
151{
152    ImageBitmap = Bitmap { File = "sx03187.png"; };
153    MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; };
154};
155
156Image TABLEFOLDER_TREE_ICON_SCH
157{
158    ImageBitmap = Bitmap { File = "sxh03187.png"; };
159    MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; };
160};
161
162//------------------------------------------------------------------------
163// views
164
165Image VIEW_TREE_ICON
166{
167    ImageBitmap = Bitmap { File = "sx16670.png"; };
168    MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; };
169};
170
171Image VIEW_TREE_ICON_SCH
172{
173    ImageBitmap = Bitmap { File = "sxh16670.png"; };
174    MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; };
175};
176
177//------------------------------------------------------------------------
178// queries and query folders
179
180Image QUERY_TREE_ICON
181{
182    ImageBitmap = Bitmap { File = "sx03202.bmp"; };
183    MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; };
184};
185
186Image QUERY_TREE_ICON_SCH
187{
188    ImageBitmap = Bitmap { File = "sxh03202.bmp"; };
189    MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; };
190};
191
192Image QUERYFOLDER_TREE_ICON
193{
194    ImageBitmap = Bitmap { File = "sx03201.bmp"; };
195    MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; };
196};
197
198Image QUERYFOLDER_TREE_ICON_SCH
199{
200    ImageBitmap = Bitmap { File = "sxh03201.bmp"; };
201    MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; };
202};
203
204//------------------------------------------------------------------------
205// forms and form folders
206
207Image FORM_TREE_ICON
208{
209    ImageBitmap = Bitmap { File = "form_16"; };
210    MASKCOLOR;
211};
212
213Image FORM_TREE_ICON_SCH
214{
215    ImageBitmap = Bitmap { File = "form_16_h"; };
216    MASKCOLOR;
217};
218
219Image FORMFOLDER_TREE_ICON
220{
221    ImageBitmap = Bitmap { File = "forms_16"; };
222    MASKCOLOR;
223};
224
225Image FORMFOLDER_TREE_ICON_SCH
226{
227    ImageBitmap = Bitmap { File = "forms_16_h"; };
228    MASKCOLOR;
229};
230
231//------------------------------------------------------------------------
232// reports and report folders
233
234Image REPORT_TREE_ICON
235{
236    ImageBitmap = Bitmap { File = "report_16"; };
237    MASKCOLOR;
238};
239
240Image REPORT_TREE_ICON_SCH
241{
242    ImageBitmap = Bitmap { File = "report_16_h"; };
243    MASKCOLOR;
244};
245Image REPORTFOLDER_TREE_ICON
246{
247    ImageBitmap = Bitmap { File = "reports_16"; };
248    MASKCOLOR;
249};
250
251Image REPORTFOLDER_TREE_ICON_SCH
252{
253    ImageBitmap = Bitmap { File = "reports_16_h"; };
254    MASKCOLOR;
255};
256
257//========================================================================
258
259