1*81d089aeSAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*81d089aeSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*81d089aeSAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*81d089aeSAndrew Rist * distributed with this work for additional information
6*81d089aeSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*81d089aeSAndrew Rist * to you under the Apache License, Version 2.0 (the
8*81d089aeSAndrew Rist * "License"); you may not use this file except in compliance
9*81d089aeSAndrew Rist * with the License.  You may obtain a copy of the License at
10*81d089aeSAndrew Rist *
11*81d089aeSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*81d089aeSAndrew Rist *
13*81d089aeSAndrew Rist * Unless required by applicable law or agreed to in writing,
14*81d089aeSAndrew Rist * software distributed under the License is distributed on an
15*81d089aeSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*81d089aeSAndrew Rist * KIND, either express or implied.  See the License for the
17*81d089aeSAndrew Rist * specific language governing permissions and limitations
18*81d089aeSAndrew Rist * under the License.
19*81d089aeSAndrew Rist *
20*81d089aeSAndrew Rist *************************************************************/
21*81d089aeSAndrew Rist
22*81d089aeSAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir#ifndef _DBU_DLG_HRC_
25cdf0e10cSrcweir#include "dbu_dlg.hrc"
26cdf0e10cSrcweir#endif
27cdf0e10cSrcweir#ifndef DBACCESS_UI_BROWSER_ID_HXX
28cdf0e10cSrcweir#include "browserids.hxx"
29cdf0e10cSrcweir#endif
30cdf0e10cSrcweir
31cdf0e10cSrcweir#define MASKCOLOR MaskColor = Color { Red = 0xFFFF; Green = 0x0000; Blue = 0xFFFF; }
32cdf0e10cSrcweir
33cdf0e10cSrcweir//-------------------------------------------------------------------------
34cdf0e10cSrcweir#define IL_TOOL_2 \
35cdf0e10cSrcweir\
36cdf0e10cSrcweir    IdList = {\
37cdf0e10cSrcweir		ID_INDEX_NEW;\
38cdf0e10cSrcweir		ID_INDEX_DROP;\
39cdf0e10cSrcweir		ID_INDEX_RENAME;\
40cdf0e10cSrcweir		ID_INDEX_SAVE;\
41cdf0e10cSrcweir		ID_INDEX_RESET;\
42cdf0e10cSrcweir		};\
43cdf0e10cSrcweir	IdCount = {\
44cdf0e10cSrcweir	5;\
45cdf0e10cSrcweir	}
46cdf0e10cSrcweir
47cdf0e10cSrcweir
48cdf0e10cSrcweirImageList IMG_INDEX_DLG_SC
49cdf0e10cSrcweir{
50cdf0e10cSrcweir	MASKCOLOR;
51cdf0e10cSrcweir	prefix = "sc";
52cdf0e10cSrcweir	IL_TOOL_2 ;
53cdf0e10cSrcweir};
54cdf0e10cSrcweir
55cdf0e10cSrcweirImageList IMG_INDEX_DLG_SCH
56cdf0e10cSrcweir{
57cdf0e10cSrcweir	MASKCOLOR;
58cdf0e10cSrcweir	prefix = "sch";
59cdf0e10cSrcweir	IL_TOOL_2 ;
60cdf0e10cSrcweir};
61cdf0e10cSrcweir
62cdf0e10cSrcweirImageList IMG_INDEX_DLG_LC
63cdf0e10cSrcweir{
64cdf0e10cSrcweir	MASKCOLOR;
65cdf0e10cSrcweir	prefix = "lc";
66cdf0e10cSrcweir	IL_TOOL_2 ;
67cdf0e10cSrcweir};
68cdf0e10cSrcweir
69cdf0e10cSrcweirImageList IMG_INDEX_DLG_LCH
70cdf0e10cSrcweir{
71cdf0e10cSrcweir	MASKCOLOR;
72cdf0e10cSrcweir	prefix = "lch";
73cdf0e10cSrcweir	IL_TOOL_2 ;
74cdf0e10cSrcweir};
75cdf0e10cSrcweir
76cdf0e10cSrcweirImage IMG_FORMFOLDER_TREE_L
77cdf0e10cSrcweir{
78cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "forms_32"; };
79cdf0e10cSrcweir	MASKCOLOR;
80cdf0e10cSrcweir};
81cdf0e10cSrcweirImage IMG_FORMFOLDER_TREE_LHC
82cdf0e10cSrcweir{
83cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "forms_32_h"; };
84cdf0e10cSrcweir	MASKCOLOR;
85cdf0e10cSrcweir};
86cdf0e10cSrcweirImage IMG_REPORTFOLDER_TREE_L
87cdf0e10cSrcweir{
88cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "reports_32"; };
89cdf0e10cSrcweir	MASKCOLOR;
90cdf0e10cSrcweir};
91cdf0e10cSrcweirImage IMG_REPORTFOLDER_TREE_LHC
92cdf0e10cSrcweir{
93cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "reports_32_h"; };
94cdf0e10cSrcweir	MASKCOLOR;
95cdf0e10cSrcweir};
96cdf0e10cSrcweirImage IMG_QUERYFOLDER_TREE_L
97cdf0e10cSrcweir{
98cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "queries_32"; };
99cdf0e10cSrcweir	MASKCOLOR;
100cdf0e10cSrcweir};
101cdf0e10cSrcweirImage IMG_QUERYFOLDER_TREE_LHC
102cdf0e10cSrcweir{
103cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "queries_32_h"; };
104cdf0e10cSrcweir	MASKCOLOR;
105cdf0e10cSrcweir};
106cdf0e10cSrcweirImage IMG_TABLEFOLDER_TREE_L
107cdf0e10cSrcweir{
108cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "tables_32"; };
109cdf0e10cSrcweir	MASKCOLOR;
110cdf0e10cSrcweir};
111cdf0e10cSrcweirImage IMG_TABLEFOLDER_TREE_LHC
112cdf0e10cSrcweir{
113cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "tables_32_h"; };
114cdf0e10cSrcweir	MASKCOLOR;
115cdf0e10cSrcweir};
116cdf0e10cSrcweir
117cdf0e10cSrcweir//========================================================================
118cdf0e10cSrcweir//= database object icons
119cdf0e10cSrcweir
120cdf0e10cSrcweir//------------------------------------------------------------------------
121cdf0e10cSrcweir// the whole database
122cdf0e10cSrcweir
123cdf0e10cSrcweirImage DATABASE_TREE_ICON
124cdf0e10cSrcweir{
125cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "db.bmp"; };
126cdf0e10cSrcweir	MaskColor = Color { Red = 0xff00 ; Green = 0x0000 ; Blue = 0xff00 ; };
127cdf0e10cSrcweir};
128cdf0e10cSrcweir
129cdf0e10cSrcweirImage DATABASE_TREE_ICON_SCH
130cdf0e10cSrcweir{
131cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "db_sch.bmp"; };
132cdf0e10cSrcweir	MaskColor = Color { Red = 0xff00 ; Green = 0x0000 ; Blue = 0xff00 ; };
133cdf0e10cSrcweir};
134cdf0e10cSrcweir
135cdf0e10cSrcweir//------------------------------------------------------------------------
136cdf0e10cSrcweir// tables and table folders
137cdf0e10cSrcweir
138cdf0e10cSrcweirImage TABLE_TREE_ICON
139cdf0e10cSrcweir{
140cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "sx03188.png"; };
141cdf0e10cSrcweir	MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; };
142cdf0e10cSrcweir};
143cdf0e10cSrcweir
144cdf0e10cSrcweirImage TABLE_TREE_ICON_SCH
145cdf0e10cSrcweir{
146cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "sxh03188.png"; };
147cdf0e10cSrcweir	MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; };
148cdf0e10cSrcweir};
149cdf0e10cSrcweir
150cdf0e10cSrcweirImage TABLEFOLDER_TREE_ICON
151cdf0e10cSrcweir{
152cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "sx03187.png"; };
153cdf0e10cSrcweir	MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; };
154cdf0e10cSrcweir};
155cdf0e10cSrcweir
156cdf0e10cSrcweirImage TABLEFOLDER_TREE_ICON_SCH
157cdf0e10cSrcweir{
158cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "sxh03187.png"; };
159cdf0e10cSrcweir	MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; };
160cdf0e10cSrcweir};
161cdf0e10cSrcweir
162cdf0e10cSrcweir//------------------------------------------------------------------------
163cdf0e10cSrcweir// views
164cdf0e10cSrcweir
165cdf0e10cSrcweirImage VIEW_TREE_ICON
166cdf0e10cSrcweir{
167cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "sx16670.png"; };
168cdf0e10cSrcweir	MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; };
169cdf0e10cSrcweir};
170cdf0e10cSrcweir
171cdf0e10cSrcweirImage VIEW_TREE_ICON_SCH
172cdf0e10cSrcweir{
173cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "sxh16670.png"; };
174cdf0e10cSrcweir	MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; };
175cdf0e10cSrcweir};
176cdf0e10cSrcweir
177cdf0e10cSrcweir//------------------------------------------------------------------------
178cdf0e10cSrcweir// queries and query folders
179cdf0e10cSrcweir
180cdf0e10cSrcweirImage QUERY_TREE_ICON
181cdf0e10cSrcweir{
182cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "sx03202.bmp"; };
183cdf0e10cSrcweir	MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; };
184cdf0e10cSrcweir};
185cdf0e10cSrcweir
186cdf0e10cSrcweirImage QUERY_TREE_ICON_SCH
187cdf0e10cSrcweir{
188cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "sxh03202.bmp"; };
189cdf0e10cSrcweir	MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; };
190cdf0e10cSrcweir};
191cdf0e10cSrcweir
192cdf0e10cSrcweirImage QUERYFOLDER_TREE_ICON
193cdf0e10cSrcweir{
194cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "sx03201.bmp"; };
195cdf0e10cSrcweir	MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; };
196cdf0e10cSrcweir};
197cdf0e10cSrcweir
198cdf0e10cSrcweirImage QUERYFOLDER_TREE_ICON_SCH
199cdf0e10cSrcweir{
200cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "sxh03201.bmp"; };
201cdf0e10cSrcweir	MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; };
202cdf0e10cSrcweir};
203cdf0e10cSrcweir
204cdf0e10cSrcweir//------------------------------------------------------------------------
205cdf0e10cSrcweir// forms and form folders
206cdf0e10cSrcweir
207cdf0e10cSrcweirImage FORM_TREE_ICON
208cdf0e10cSrcweir{
209cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "form_16"; };
210cdf0e10cSrcweir	MASKCOLOR;
211cdf0e10cSrcweir};
212cdf0e10cSrcweir
213cdf0e10cSrcweirImage FORM_TREE_ICON_SCH
214cdf0e10cSrcweir{
215cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "form_16_h"; };
216cdf0e10cSrcweir	MASKCOLOR;
217cdf0e10cSrcweir};
218cdf0e10cSrcweir
219cdf0e10cSrcweirImage FORMFOLDER_TREE_ICON
220cdf0e10cSrcweir{
221cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "forms_16"; };
222cdf0e10cSrcweir	MASKCOLOR;
223cdf0e10cSrcweir};
224cdf0e10cSrcweir
225cdf0e10cSrcweirImage FORMFOLDER_TREE_ICON_SCH
226cdf0e10cSrcweir{
227cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "forms_16_h"; };
228cdf0e10cSrcweir	MASKCOLOR;
229cdf0e10cSrcweir};
230cdf0e10cSrcweir
231cdf0e10cSrcweir//------------------------------------------------------------------------
232cdf0e10cSrcweir// reports and report folders
233cdf0e10cSrcweir
234cdf0e10cSrcweirImage REPORT_TREE_ICON
235cdf0e10cSrcweir{
236cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "report_16"; };
237cdf0e10cSrcweir	MASKCOLOR;
238cdf0e10cSrcweir};
239cdf0e10cSrcweir
240cdf0e10cSrcweirImage REPORT_TREE_ICON_SCH
241cdf0e10cSrcweir{
242cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "report_16_h"; };
243cdf0e10cSrcweir	MASKCOLOR;
244cdf0e10cSrcweir};
245cdf0e10cSrcweirImage REPORTFOLDER_TREE_ICON
246cdf0e10cSrcweir{
247cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "reports_16"; };
248cdf0e10cSrcweir	MASKCOLOR;
249cdf0e10cSrcweir};
250cdf0e10cSrcweir
251cdf0e10cSrcweirImage REPORTFOLDER_TREE_ICON_SCH
252cdf0e10cSrcweir{
253cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "reports_16_h"; };
254cdf0e10cSrcweir	MASKCOLOR;
255cdf0e10cSrcweir};
256cdf0e10cSrcweir
257cdf0e10cSrcweir//========================================================================
258cdf0e10cSrcweir
259