summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/imagelists
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui/imagelists')
-rw-r--r--dbaccess/source/ui/imagelists/dbimagelists.src262
-rw-r--r--dbaccess/source/ui/imagelists/makefile.mk49
2 files changed, 311 insertions, 0 deletions
diff --git a/dbaccess/source/ui/imagelists/dbimagelists.src b/dbaccess/source/ui/imagelists/dbimagelists.src
new file mode 100644
index 000000000000..2e2a64d87448
--- /dev/null
+++ b/dbaccess/source/ui/imagelists/dbimagelists.src
@@ -0,0 +1,262 @@
+/*************************************************************************
+ *
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+ *
+ * Copyright 2000, 2010 Oracle and/or its affiliates.
+ *
+ * OpenOffice.org - a multi-platform office productivity suite
+ *
+ * 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;
+};
+
+//========================================================================
+
diff --git a/dbaccess/source/ui/imagelists/makefile.mk b/dbaccess/source/ui/imagelists/makefile.mk
new file mode 100644
index 000000000000..3620f6329889
--- /dev/null
+++ b/dbaccess/source/ui/imagelists/makefile.mk
@@ -0,0 +1,49 @@
+#*************************************************************************
+#
+# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+#
+# Copyright 2000, 2010 Oracle and/or its affiliates.
+#
+# OpenOffice.org - a multi-platform office productivity suite
+#
+# 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.
+#
+#*************************************************************************
+
+PRJ=..$/..$/..
+PRJNAME=dbaccess
+TARGET=uiimglst
+
+# --- Settings ----------------------------------
+
+.INCLUDE : settings.mk
+.INCLUDE : $(PRJ)$/util$/makefile.pmk
+IMGLST_SRS=$(SRS)$/$(TARGET).srs
+# --- Files -------------------------------------
+
+# ... resource files ............................
+
+SRS1NAME=$(TARGET)
+SRC1FILES=dbimagelists.src
+
+# ... object files ............................
+# --- Targets ----------------------------------
+
+.INCLUDE : target.mk
+
+