1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
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/.
9 * This file incorporates work covered by the following license notice:
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 .
20 #include "dbu_dlg.hrc"
21 #include "browserids.hxx"
23 #define MASKCOLOR MaskColor = Color { Red = 0xFFFF; Green = 0x0000; Blue = 0xFFFF; }
38 ImageList IMG_INDEX_DLG_SC
45 ImageList IMG_INDEX_DLG_LC
52 Image IMG_FORMFOLDER_TREE_L
54 ImageBitmap = Bitmap { File = "forms_32"; };
58 Image IMG_REPORTFOLDER_TREE_L
60 ImageBitmap = Bitmap { File = "reports_32"; };
64 Image IMG_QUERYFOLDER_TREE_L
66 ImageBitmap = Bitmap { File = "queries_32"; };
70 Image IMG_TABLEFOLDER_TREE_L
72 ImageBitmap = Bitmap { File = "tables_32"; };
76 // database object icons
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
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; };
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
126 ImageBitmap = Bitmap { File = "form_16"; };
130 Image FORMFOLDER_TREE_ICON
132 ImageBitmap = Bitmap { File = "forms_16"; };
136 // reports and report folders
138 Image REPORT_TREE_ICON
140 ImageBitmap = Bitmap { File = "report_16"; };
144 Image REPORTFOLDER_TREE_ICON
146 ImageBitmap = Bitmap { File = "reports_16"; };
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: */