1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * This file is part of OpenOffice.org.
11 * OpenOffice.org is free software: you can redistribute it and/or modify
12 * it under the terms of the GNU Lesser General Public License version 3
13 * only, as published by the Free Software Foundation.
15 * OpenOffice.org is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 * GNU Lesser General Public License version 3 for more details
19 * (a copy is included in the LICENSE file that accompanied this code).
21 * You should have received a copy of the GNU Lesser General Public License
22 * version 3 along with OpenOffice.org. If not, see
23 * <http://www.openoffice.org/license.html>
24 * for a copy of the LGPLv3 License.
26 ************************************************************************/
29 #include "dbu_dlg.hrc"
31 #ifndef DBACCESS_UI_BROWSER_ID_HXX
32 #include "browserids.hxx"
35 #define MASKCOLOR MaskColor = Color { Red = 0xFFFF; Green = 0x0000; Blue = 0xFFFF; }
37 //-------------------------------------------------------------------------
52 ImageList IMG_INDEX_DLG_SC
59 ImageList IMG_INDEX_DLG_LC
66 Image IMG_FORMFOLDER_TREE_L
68 ImageBitmap = Bitmap { File = "forms_32"; };
72 Image IMG_REPORTFOLDER_TREE_L
74 ImageBitmap = Bitmap { File = "reports_32"; };
78 Image IMG_QUERYFOLDER_TREE_L
80 ImageBitmap = Bitmap { File = "queries_32"; };
84 Image IMG_TABLEFOLDER_TREE_L
86 ImageBitmap = Bitmap { File = "tables_32"; };
90 //========================================================================
91 //= database object icons
93 //------------------------------------------------------------------------
96 Image DATABASE_TREE_ICON
98 ImageBitmap = Bitmap { File = "db.png"; };
99 MaskColor = Color { Red = 0xff00 ; Green = 0x0000 ; Blue = 0xff00 ; };
102 //------------------------------------------------------------------------
103 // tables and table folders
105 Image TABLE_TREE_ICON
107 ImageBitmap = Bitmap { File = "sx03188.png"; };
108 MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; };
111 Image TABLEFOLDER_TREE_ICON
113 ImageBitmap = Bitmap { File = "sx03187.png"; };
114 MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; };
117 //------------------------------------------------------------------------
122 ImageBitmap = Bitmap { File = "sx16670.png"; };
123 MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; };
126 //------------------------------------------------------------------------
127 // queries and query folders
129 Image QUERY_TREE_ICON
131 ImageBitmap = Bitmap { File = "sx03202.png"; };
132 MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; };
135 Image QUERYFOLDER_TREE_ICON
137 ImageBitmap = Bitmap { File = "sx03201.png"; };
138 MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; };
141 //------------------------------------------------------------------------
142 // forms and form folders
146 ImageBitmap = Bitmap { File = "form_16"; };
150 Image FORMFOLDER_TREE_ICON
152 ImageBitmap = Bitmap { File = "forms_16"; };
156 //------------------------------------------------------------------------
157 // reports and report folders
159 Image REPORT_TREE_ICON
161 ImageBitmap = Bitmap { File = "report_16"; };
165 Image REPORTFOLDER_TREE_ICON
167 ImageBitmap = Bitmap { File = "reports_16"; };