1*cdf0e10cSrcweir/*************************************************************************
2*cdf0e10cSrcweir *
3*cdf0e10cSrcweir * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4*cdf0e10cSrcweir *
5*cdf0e10cSrcweir * Copyright 2000, 2010 Oracle and/or its affiliates.
6*cdf0e10cSrcweir *
7*cdf0e10cSrcweir * OpenOffice.org - a multi-platform office productivity suite
8*cdf0e10cSrcweir *
9*cdf0e10cSrcweir * This file is part of OpenOffice.org.
10*cdf0e10cSrcweir *
11*cdf0e10cSrcweir * OpenOffice.org is free software: you can redistribute it and/or modify
12*cdf0e10cSrcweir * it under the terms of the GNU Lesser General Public License version 3
13*cdf0e10cSrcweir * only, as published by the Free Software Foundation.
14*cdf0e10cSrcweir *
15*cdf0e10cSrcweir * OpenOffice.org is distributed in the hope that it will be useful,
16*cdf0e10cSrcweir * but WITHOUT ANY WARRANTY; without even the implied warranty of
17*cdf0e10cSrcweir * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18*cdf0e10cSrcweir * GNU Lesser General Public License version 3 for more details
19*cdf0e10cSrcweir * (a copy is included in the LICENSE file that accompanied this code).
20*cdf0e10cSrcweir *
21*cdf0e10cSrcweir * You should have received a copy of the GNU Lesser General Public License
22*cdf0e10cSrcweir * version 3 along with OpenOffice.org.  If not, see
23*cdf0e10cSrcweir * <http://www.openoffice.org/license.html>
24*cdf0e10cSrcweir * for a copy of the LGPLv3 License.
25*cdf0e10cSrcweir *
26*cdf0e10cSrcweir ************************************************************************/
27*cdf0e10cSrcweir
28*cdf0e10cSrcweir#ifndef _DBU_DLG_HRC_
29*cdf0e10cSrcweir#include "dbu_dlg.hrc"
30*cdf0e10cSrcweir#endif
31*cdf0e10cSrcweir#ifndef DBACCESS_UI_BROWSER_ID_HXX
32*cdf0e10cSrcweir#include "browserids.hxx"
33*cdf0e10cSrcweir#endif
34*cdf0e10cSrcweir
35*cdf0e10cSrcweir#define MASKCOLOR MaskColor = Color { Red = 0xFFFF; Green = 0x0000; Blue = 0xFFFF; }
36*cdf0e10cSrcweir
37*cdf0e10cSrcweir//-------------------------------------------------------------------------
38*cdf0e10cSrcweir#define IL_TOOL_2 \
39*cdf0e10cSrcweir\
40*cdf0e10cSrcweir    IdList = {\
41*cdf0e10cSrcweir		ID_INDEX_NEW;\
42*cdf0e10cSrcweir		ID_INDEX_DROP;\
43*cdf0e10cSrcweir		ID_INDEX_RENAME;\
44*cdf0e10cSrcweir		ID_INDEX_SAVE;\
45*cdf0e10cSrcweir		ID_INDEX_RESET;\
46*cdf0e10cSrcweir		};\
47*cdf0e10cSrcweir	IdCount = {\
48*cdf0e10cSrcweir	5;\
49*cdf0e10cSrcweir	}
50*cdf0e10cSrcweir
51*cdf0e10cSrcweir
52*cdf0e10cSrcweirImageList IMG_INDEX_DLG_SC
53*cdf0e10cSrcweir{
54*cdf0e10cSrcweir	MASKCOLOR;
55*cdf0e10cSrcweir	prefix = "sc";
56*cdf0e10cSrcweir	IL_TOOL_2 ;
57*cdf0e10cSrcweir};
58*cdf0e10cSrcweir
59*cdf0e10cSrcweirImageList IMG_INDEX_DLG_SCH
60*cdf0e10cSrcweir{
61*cdf0e10cSrcweir	MASKCOLOR;
62*cdf0e10cSrcweir	prefix = "sch";
63*cdf0e10cSrcweir	IL_TOOL_2 ;
64*cdf0e10cSrcweir};
65*cdf0e10cSrcweir
66*cdf0e10cSrcweirImageList IMG_INDEX_DLG_LC
67*cdf0e10cSrcweir{
68*cdf0e10cSrcweir	MASKCOLOR;
69*cdf0e10cSrcweir	prefix = "lc";
70*cdf0e10cSrcweir	IL_TOOL_2 ;
71*cdf0e10cSrcweir};
72*cdf0e10cSrcweir
73*cdf0e10cSrcweirImageList IMG_INDEX_DLG_LCH
74*cdf0e10cSrcweir{
75*cdf0e10cSrcweir	MASKCOLOR;
76*cdf0e10cSrcweir	prefix = "lch";
77*cdf0e10cSrcweir	IL_TOOL_2 ;
78*cdf0e10cSrcweir};
79*cdf0e10cSrcweir
80*cdf0e10cSrcweirImage IMG_FORMFOLDER_TREE_L
81*cdf0e10cSrcweir{
82*cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "forms_32"; };
83*cdf0e10cSrcweir	MASKCOLOR;
84*cdf0e10cSrcweir};
85*cdf0e10cSrcweirImage IMG_FORMFOLDER_TREE_LHC
86*cdf0e10cSrcweir{
87*cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "forms_32_h"; };
88*cdf0e10cSrcweir	MASKCOLOR;
89*cdf0e10cSrcweir};
90*cdf0e10cSrcweirImage IMG_REPORTFOLDER_TREE_L
91*cdf0e10cSrcweir{
92*cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "reports_32"; };
93*cdf0e10cSrcweir	MASKCOLOR;
94*cdf0e10cSrcweir};
95*cdf0e10cSrcweirImage IMG_REPORTFOLDER_TREE_LHC
96*cdf0e10cSrcweir{
97*cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "reports_32_h"; };
98*cdf0e10cSrcweir	MASKCOLOR;
99*cdf0e10cSrcweir};
100*cdf0e10cSrcweirImage IMG_QUERYFOLDER_TREE_L
101*cdf0e10cSrcweir{
102*cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "queries_32"; };
103*cdf0e10cSrcweir	MASKCOLOR;
104*cdf0e10cSrcweir};
105*cdf0e10cSrcweirImage IMG_QUERYFOLDER_TREE_LHC
106*cdf0e10cSrcweir{
107*cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "queries_32_h"; };
108*cdf0e10cSrcweir	MASKCOLOR;
109*cdf0e10cSrcweir};
110*cdf0e10cSrcweirImage IMG_TABLEFOLDER_TREE_L
111*cdf0e10cSrcweir{
112*cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "tables_32"; };
113*cdf0e10cSrcweir	MASKCOLOR;
114*cdf0e10cSrcweir};
115*cdf0e10cSrcweirImage IMG_TABLEFOLDER_TREE_LHC
116*cdf0e10cSrcweir{
117*cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "tables_32_h"; };
118*cdf0e10cSrcweir	MASKCOLOR;
119*cdf0e10cSrcweir};
120*cdf0e10cSrcweir
121*cdf0e10cSrcweir//========================================================================
122*cdf0e10cSrcweir//= database object icons
123*cdf0e10cSrcweir
124*cdf0e10cSrcweir//------------------------------------------------------------------------
125*cdf0e10cSrcweir// the whole database
126*cdf0e10cSrcweir
127*cdf0e10cSrcweirImage DATABASE_TREE_ICON
128*cdf0e10cSrcweir{
129*cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "db.bmp"; };
130*cdf0e10cSrcweir	MaskColor = Color { Red = 0xff00 ; Green = 0x0000 ; Blue = 0xff00 ; };
131*cdf0e10cSrcweir};
132*cdf0e10cSrcweir
133*cdf0e10cSrcweirImage DATABASE_TREE_ICON_SCH
134*cdf0e10cSrcweir{
135*cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "db_sch.bmp"; };
136*cdf0e10cSrcweir	MaskColor = Color { Red = 0xff00 ; Green = 0x0000 ; Blue = 0xff00 ; };
137*cdf0e10cSrcweir};
138*cdf0e10cSrcweir
139*cdf0e10cSrcweir//------------------------------------------------------------------------
140*cdf0e10cSrcweir// tables and table folders
141*cdf0e10cSrcweir
142*cdf0e10cSrcweirImage TABLE_TREE_ICON
143*cdf0e10cSrcweir{
144*cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "sx03188.png"; };
145*cdf0e10cSrcweir	MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; };
146*cdf0e10cSrcweir};
147*cdf0e10cSrcweir
148*cdf0e10cSrcweirImage TABLE_TREE_ICON_SCH
149*cdf0e10cSrcweir{
150*cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "sxh03188.png"; };
151*cdf0e10cSrcweir	MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; };
152*cdf0e10cSrcweir};
153*cdf0e10cSrcweir
154*cdf0e10cSrcweirImage TABLEFOLDER_TREE_ICON
155*cdf0e10cSrcweir{
156*cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "sx03187.png"; };
157*cdf0e10cSrcweir	MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; };
158*cdf0e10cSrcweir};
159*cdf0e10cSrcweir
160*cdf0e10cSrcweirImage TABLEFOLDER_TREE_ICON_SCH
161*cdf0e10cSrcweir{
162*cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "sxh03187.png"; };
163*cdf0e10cSrcweir	MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; };
164*cdf0e10cSrcweir};
165*cdf0e10cSrcweir
166*cdf0e10cSrcweir//------------------------------------------------------------------------
167*cdf0e10cSrcweir// views
168*cdf0e10cSrcweir
169*cdf0e10cSrcweirImage VIEW_TREE_ICON
170*cdf0e10cSrcweir{
171*cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "sx16670.png"; };
172*cdf0e10cSrcweir	MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; };
173*cdf0e10cSrcweir};
174*cdf0e10cSrcweir
175*cdf0e10cSrcweirImage VIEW_TREE_ICON_SCH
176*cdf0e10cSrcweir{
177*cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "sxh16670.png"; };
178*cdf0e10cSrcweir	MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; };
179*cdf0e10cSrcweir};
180*cdf0e10cSrcweir
181*cdf0e10cSrcweir//------------------------------------------------------------------------
182*cdf0e10cSrcweir// queries and query folders
183*cdf0e10cSrcweir
184*cdf0e10cSrcweirImage QUERY_TREE_ICON
185*cdf0e10cSrcweir{
186*cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "sx03202.bmp"; };
187*cdf0e10cSrcweir	MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; };
188*cdf0e10cSrcweir};
189*cdf0e10cSrcweir
190*cdf0e10cSrcweirImage QUERY_TREE_ICON_SCH
191*cdf0e10cSrcweir{
192*cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "sxh03202.bmp"; };
193*cdf0e10cSrcweir	MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; };
194*cdf0e10cSrcweir};
195*cdf0e10cSrcweir
196*cdf0e10cSrcweirImage QUERYFOLDER_TREE_ICON
197*cdf0e10cSrcweir{
198*cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "sx03201.bmp"; };
199*cdf0e10cSrcweir	MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; };
200*cdf0e10cSrcweir};
201*cdf0e10cSrcweir
202*cdf0e10cSrcweirImage QUERYFOLDER_TREE_ICON_SCH
203*cdf0e10cSrcweir{
204*cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "sxh03201.bmp"; };
205*cdf0e10cSrcweir	MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; };
206*cdf0e10cSrcweir};
207*cdf0e10cSrcweir
208*cdf0e10cSrcweir//------------------------------------------------------------------------
209*cdf0e10cSrcweir// forms and form folders
210*cdf0e10cSrcweir
211*cdf0e10cSrcweirImage FORM_TREE_ICON
212*cdf0e10cSrcweir{
213*cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "form_16"; };
214*cdf0e10cSrcweir	MASKCOLOR;
215*cdf0e10cSrcweir};
216*cdf0e10cSrcweir
217*cdf0e10cSrcweirImage FORM_TREE_ICON_SCH
218*cdf0e10cSrcweir{
219*cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "form_16_h"; };
220*cdf0e10cSrcweir	MASKCOLOR;
221*cdf0e10cSrcweir};
222*cdf0e10cSrcweir
223*cdf0e10cSrcweirImage FORMFOLDER_TREE_ICON
224*cdf0e10cSrcweir{
225*cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "forms_16"; };
226*cdf0e10cSrcweir	MASKCOLOR;
227*cdf0e10cSrcweir};
228*cdf0e10cSrcweir
229*cdf0e10cSrcweirImage FORMFOLDER_TREE_ICON_SCH
230*cdf0e10cSrcweir{
231*cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "forms_16_h"; };
232*cdf0e10cSrcweir	MASKCOLOR;
233*cdf0e10cSrcweir};
234*cdf0e10cSrcweir
235*cdf0e10cSrcweir//------------------------------------------------------------------------
236*cdf0e10cSrcweir// reports and report folders
237*cdf0e10cSrcweir
238*cdf0e10cSrcweirImage REPORT_TREE_ICON
239*cdf0e10cSrcweir{
240*cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "report_16"; };
241*cdf0e10cSrcweir	MASKCOLOR;
242*cdf0e10cSrcweir};
243*cdf0e10cSrcweir
244*cdf0e10cSrcweirImage REPORT_TREE_ICON_SCH
245*cdf0e10cSrcweir{
246*cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "report_16_h"; };
247*cdf0e10cSrcweir	MASKCOLOR;
248*cdf0e10cSrcweir};
249*cdf0e10cSrcweirImage REPORTFOLDER_TREE_ICON
250*cdf0e10cSrcweir{
251*cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "reports_16"; };
252*cdf0e10cSrcweir	MASKCOLOR;
253*cdf0e10cSrcweir};
254*cdf0e10cSrcweir
255*cdf0e10cSrcweirImage REPORTFOLDER_TREE_ICON_SCH
256*cdf0e10cSrcweir{
257*cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "reports_16_h"; };
258*cdf0e10cSrcweir	MASKCOLOR;
259*cdf0e10cSrcweir};
260*cdf0e10cSrcweir
261*cdf0e10cSrcweir//========================================================================
262*cdf0e10cSrcweir
263