office-gobmx/dbaccess/source/ui/imagelists/dbimagelists.src
Rüdiger Timm 10f37ab278 INTEGRATION: CWS changefileheader (1.7.160); FILE MERGED
2008/03/31 13:27:42 rt 1.7.160.1: #i87441# Change license header to LPGL v3.
2008-04-10 14:04:22 +00:00

265 lines
6.1 KiB
Text

/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* Copyright 2008 by Sun Microsystems, Inc.
*
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: dbimagelists.src,v $
* $Revision: 1.8 $
*
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License version 3
* only, as published by the Free Software Foundation.
*
* OpenOffice.org 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 version 3 for more details
* (a copy is included in the LICENSE file that accompanied this code).
*
* You should have received a copy of the GNU Lesser General Public License
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
*
************************************************************************/
#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;
};
//========================================================================
//= database object icons
//------------------------------------------------------------------------
// the whole database
Image DATABASE_TREE_ICON
{
ImageBitmap = Bitmap { File = "db.bmp"; };
MaskColor = Color { Red = 0xff00 ; Green = 0x0000 ; Blue = 0xff00 ; };
};
Image DATABASE_TREE_ICON_SCH
{
ImageBitmap = Bitmap { File = "db_sch.bmp"; };
MaskColor = Color { Red = 0xff00 ; Green = 0x0000 ; Blue = 0xff00 ; };
};
//------------------------------------------------------------------------
// tables and table folders
Image TABLE_TREE_ICON
{
ImageBitmap = Bitmap { File = "sx03188.png"; };
MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; };
};
Image TABLE_TREE_ICON_SCH
{
ImageBitmap = Bitmap { File = "sxh03188.png"; };
MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; };
};
Image TABLEFOLDER_TREE_ICON
{
ImageBitmap = Bitmap { File = "sx03187.png"; };
MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; };
};
Image TABLEFOLDER_TREE_ICON_SCH
{
ImageBitmap = Bitmap { File = "sxh03187.png"; };
MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; };
};
//------------------------------------------------------------------------
// views
Image VIEW_TREE_ICON
{
ImageBitmap = Bitmap { File = "sx16670.png"; };
MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; };
};
Image VIEW_TREE_ICON_SCH
{
ImageBitmap = Bitmap { File = "sxh16670.png"; };
MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; };
};
//------------------------------------------------------------------------
// queries and query folders
Image QUERY_TREE_ICON
{
ImageBitmap = Bitmap { File = "sx03202.bmp"; };
MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; };
};
Image QUERY_TREE_ICON_SCH
{
ImageBitmap = Bitmap { File = "sxh03202.bmp"; };
MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; };
};
Image QUERYFOLDER_TREE_ICON
{
ImageBitmap = Bitmap { File = "sx03201.bmp"; };
MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; };
};
Image QUERYFOLDER_TREE_ICON_SCH
{
ImageBitmap = Bitmap { File = "sxh03201.bmp"; };
MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; };
};
//------------------------------------------------------------------------
// forms and form folders
Image FORM_TREE_ICON
{
ImageBitmap = Bitmap { File = "form_16"; };
MASKCOLOR;
};
Image FORM_TREE_ICON_SCH
{
ImageBitmap = Bitmap { File = "form_16_h"; };
MASKCOLOR;
};
Image FORMFOLDER_TREE_ICON
{
ImageBitmap = Bitmap { File = "forms_16"; };
MASKCOLOR;
};
Image FORMFOLDER_TREE_ICON_SCH
{
ImageBitmap = Bitmap { File = "forms_16_h"; };
MASKCOLOR;
};
//------------------------------------------------------------------------
// reports and report folders
Image REPORT_TREE_ICON
{
ImageBitmap = Bitmap { File = "report_16"; };
MASKCOLOR;
};
Image REPORT_TREE_ICON_SCH
{
ImageBitmap = Bitmap { File = "report_16_h"; };
MASKCOLOR;
};
Image REPORTFOLDER_TREE_ICON
{
ImageBitmap = Bitmap { File = "reports_16"; };
MASKCOLOR;
};
Image REPORTFOLDER_TREE_ICON_SCH
{
ImageBitmap = Bitmap { File = "reports_16_h"; };
MASKCOLOR;
};
//========================================================================