/************************************************************************* * * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: dbimagelists.src,v $ * * $Revision: 1.5 $ * * last change: $Author: rt $ $Date: 2005-09-08 15:12:56 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. * * * GNU Lesser General Public License Version 2.1 * ============================================= * Copyright 2005 by Sun Microsystems, Inc. * 901 San Antonio Road, Palo Alto, CA 94303, USA * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License version 2.1, as published by the Free Software Foundation. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, * MA 02111-1307 USA * ************************************************************************/ #ifndef _DBU_DLG_HRC_ #include "dbu_dlg.hrc" #endif #ifndef DBACCESS_UI_BROWSER_ID_HXX #include "browserids.hxx" #endif #define MASKCOLOR MaskColor = Color { Red = 0xFFFF; Green = 0x0000; Blue = 0xFFFF; } //------------------------------------------------------------------------- #define IL_TOOL_2 \ \ IdList = {\ ID_INDEX_NEW;\ ID_INDEX_DROP;\ ID_INDEX_RENAME;\ ID_INDEX_SAVE;\ ID_INDEX_RESET;\ };\ IdCount = {\ 5;\ } ImageList IMG_INDEX_DLG_SC { MASKCOLOR; prefix = "sc"; IL_TOOL_2 ; }; ImageList IMG_INDEX_DLG_SCH { MASKCOLOR; prefix = "sch"; IL_TOOL_2 ; }; ImageList IMG_INDEX_DLG_LC { MASKCOLOR; prefix = "lc"; IL_TOOL_2 ; }; ImageList IMG_INDEX_DLG_LCH { MASKCOLOR; prefix = "lch"; IL_TOOL_2 ; }; Image IMG_FORMFOLDER_TREE_L { ImageBitmap = Bitmap { File = "forms_32"; }; MASKCOLOR; }; Image IMG_FORMFOLDER_TREE_LHC { ImageBitmap = Bitmap { File = "forms_32_h"; }; MASKCOLOR; }; Image IMG_REPORTFOLDER_TREE_L { ImageBitmap = Bitmap { File = "reports_32"; }; MASKCOLOR; }; Image IMG_REPORTFOLDER_TREE_LHC { ImageBitmap = Bitmap { File = "reports_32_h"; }; MASKCOLOR; }; Image IMG_QUERYFOLDER_TREE_L { ImageBitmap = Bitmap { File = "queries_32"; }; MASKCOLOR; }; Image IMG_QUERYFOLDER_TREE_LHC { ImageBitmap = Bitmap { File = "queries_32_h"; }; MASKCOLOR; }; Image IMG_TABLEFOLDER_TREE_L { ImageBitmap = Bitmap { File = "tables_32"; }; MASKCOLOR; }; Image IMG_TABLEFOLDER_TREE_LHC { ImageBitmap = Bitmap { File = "tables_32_h"; }; MASKCOLOR; }; Image FORM_TREE_ICON { ImageBitmap = Bitmap { File = "form_16"; }; MASKCOLOR; }; Image FORM_TREE_ICON_SCH { ImageBitmap = Bitmap { File = "form_16_h"; }; MASKCOLOR; }; Image REPORT_TREE_ICON { ImageBitmap = Bitmap { File = "report_16"; }; MASKCOLOR; }; Image REPORT_TREE_ICON_SCH { ImageBitmap = Bitmap { File = "report_16_h"; }; MASKCOLOR; }; Image IMG_FORMFOLDER_TREE_S { ImageBitmap = Bitmap { File = "forms_16"; }; MASKCOLOR; }; Image IMG_FORMFOLDER_TREE_SCH { ImageBitmap = Bitmap { File = "forms_16_h"; }; MASKCOLOR; }; Image IMG_REPORTFOLDER_TREE_S { ImageBitmap = Bitmap { File = "reports_16"; }; MASKCOLOR; }; Image IMG_REPORTFOLDER_TREE_SCH { ImageBitmap = Bitmap { File = "reports_16_h"; }; MASKCOLOR; };