Version 3.6.0.2, tag libreoffice-3.6.0.2
[LibreOffice.git] / dbaccess / source / ui / imagelists / dbimagelists.src
blob8f993554f7c7fdeb46d05ba59a93c82009715632
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  *
5  * Copyright 2000, 2010 Oracle and/or its affiliates.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * This file is part of OpenOffice.org.
10  *
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.
14  *
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).
20  *
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.
25  *
26  ************************************************************************/
28 #ifndef _DBU_DLG_HRC_
29 #include "dbu_dlg.hrc"
30 #endif
31 #ifndef DBACCESS_UI_BROWSER_ID_HXX
32 #include "browserids.hxx"
33 #endif
35 #define MASKCOLOR MaskColor = Color { Red = 0xFFFF; Green = 0x0000; Blue = 0xFFFF; }
37 //-------------------------------------------------------------------------
38 #define IL_TOOL_2 \
40     IdList = {\
41         ID_INDEX_NEW;\
42         ID_INDEX_DROP;\
43         ID_INDEX_RENAME;\
44         ID_INDEX_SAVE;\
45         ID_INDEX_RESET;\
46         };\
47     IdCount = {\
48     5;\
49     }
52 ImageList IMG_INDEX_DLG_SC
54     MASKCOLOR;
55     prefix = "sc";
56     IL_TOOL_2 ;
59 ImageList IMG_INDEX_DLG_LC
61     MASKCOLOR;
62     prefix = "lc";
63     IL_TOOL_2 ;
66 Image IMG_FORMFOLDER_TREE_L
68     ImageBitmap = Bitmap { File = "forms_32"; };
69     MASKCOLOR;
72 Image IMG_REPORTFOLDER_TREE_L
74     ImageBitmap = Bitmap { File = "reports_32"; };
75     MASKCOLOR;
78 Image IMG_QUERYFOLDER_TREE_L
80     ImageBitmap = Bitmap { File = "queries_32"; };
81     MASKCOLOR;
84 Image IMG_TABLEFOLDER_TREE_L
86     ImageBitmap = Bitmap { File = "tables_32"; };
87     MASKCOLOR;
90 //========================================================================
91 //= database object icons
93 //------------------------------------------------------------------------
94 // the whole database
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 //------------------------------------------------------------------------
118 // views
120 Image VIEW_TREE_ICON
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
144 Image FORM_TREE_ICON
146     ImageBitmap = Bitmap { File = "form_16"; };
147     MASKCOLOR;
150 Image FORMFOLDER_TREE_ICON
152     ImageBitmap = Bitmap { File = "forms_16"; };
153     MASKCOLOR;
156 //------------------------------------------------------------------------
157 // reports and report folders
159 Image REPORT_TREE_ICON
161     ImageBitmap = Bitmap { File = "report_16"; };
162     MASKCOLOR;
165 Image REPORTFOLDER_TREE_ICON
167     ImageBitmap = Bitmap { File = "reports_16"; };
168     MASKCOLOR;