Bump version to 5.0-14
[LibreOffice.git] / dbaccess / source / ui / imagelists / dbimagelists.src
blob6f50207317690186f10077a1ae5a2e110310aced
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
11  *   Licensed to the Apache Software Foundation (ASF) under one or more
12  *   contributor license agreements. See the NOTICE file distributed
13  *   with this work for additional information regarding copyright
14  *   ownership. The ASF licenses this file to you under the Apache
15  *   License, Version 2.0 (the "License"); you may not use this file
16  *   except in compliance with the License. You may obtain a copy of
17  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
18  */
20 #include "dbu_dlg.hrc"
21 #include "browserids.hxx"
23 #define MASKCOLOR MaskColor = Color { Red = 0xFFFF; Green = 0x0000; Blue = 0xFFFF; }
25 #define IL_TOOL_2 \
27     IdList = {\
28         ID_INDEX_NEW;\
29         ID_INDEX_DROP;\
30         ID_INDEX_RENAME;\
31         ID_INDEX_SAVE;\
32         ID_INDEX_RESET;\
33         };\
34     IdCount = {\
35     5;\
36     }
38 ImageList IMG_INDEX_DLG_SC
40     MASKCOLOR;
41     prefix = "sc";
42     IL_TOOL_2 ;
45 ImageList IMG_INDEX_DLG_LC
47     MASKCOLOR;
48     prefix = "lc";
49     IL_TOOL_2 ;
52 Image IMG_FORMFOLDER_TREE_L
54     ImageBitmap = Bitmap { File = "forms_32"; };
55     MASKCOLOR;
58 Image IMG_REPORTFOLDER_TREE_L
60     ImageBitmap = Bitmap { File = "reports_32"; };
61     MASKCOLOR;
64 Image IMG_QUERYFOLDER_TREE_L
66     ImageBitmap = Bitmap { File = "queries_32"; };
67     MASKCOLOR;
70 Image IMG_TABLEFOLDER_TREE_L
72     ImageBitmap = Bitmap { File = "tables_32"; };
73     MASKCOLOR;
76 // database object icons
78 // the whole database
80 Image DATABASE_TREE_ICON
82     ImageBitmap = Bitmap { File = "db.png"; };
83     MaskColor = Color { Red = 0xff00 ; Green = 0x0000 ; Blue = 0xff00 ; };
86 // tables and table folders
88 Image TABLE_TREE_ICON
90     ImageBitmap = Bitmap { File = "sx03188.png"; };
91     MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; };
94 Image TABLEFOLDER_TREE_ICON
96     ImageBitmap = Bitmap { File = "sx03187.png"; };
97     MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; };
100 // views
102 Image VIEW_TREE_ICON
104     ImageBitmap = Bitmap { File = "sx16670.png"; };
105     MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; };
108 // queries and query folders
110 Image QUERY_TREE_ICON
112     ImageBitmap = Bitmap { File = "sx03202.png"; };
113     MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; };
116 Image QUERYFOLDER_TREE_ICON
118     ImageBitmap = Bitmap { File = "sx03201.png"; };
119     MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; };
122 // forms and form folders
124 Image FORM_TREE_ICON
126     ImageBitmap = Bitmap { File = "form_16"; };
127     MASKCOLOR;
130 Image FORMFOLDER_TREE_ICON
132     ImageBitmap = Bitmap { File = "forms_16"; };
133     MASKCOLOR;
136 // reports and report folders
138 Image REPORT_TREE_ICON
140     ImageBitmap = Bitmap { File = "report_16"; };
141     MASKCOLOR;
144 Image REPORTFOLDER_TREE_ICON
146     ImageBitmap = Bitmap { File = "reports_16"; };
147     MASKCOLOR;
150 // new folder and parent folder
152 Image IMG_NAVIGATION_BTN_UP_SC
154     ImageBitmap = Bitmap { File = "fp010"; };
155     MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; };
158 Image IMG_NAVIGATION_CREATEFOLDER_SC
160     ImageBitmap = Bitmap { File = "fp015"; };
161     MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; };
164 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */