summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/ui/dlg/dbfindex.src
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2002-04-29 13:36:01 +0000
committerOcke Janssen <oj@openoffice.org>2002-04-29 13:36:01 +0000
commit096047e0fa64ea3fa2f492fb68bc90f820354d70 (patch)
tree2484e8bed722da59fa32077f70d1024a8adce54f /dbaccess/source/ui/dlg/dbfindex.src
parent#98772# hi contrast bitmaps (diff)
downloadcore-096047e0fa64ea3fa2f492fb68bc90f820354d70.tar.gz
core-096047e0fa64ea3fa2f492fb68bc90f820354d70.zip
#98772# new images
Diffstat (limited to 'dbaccess/source/ui/dlg/dbfindex.src')
-rw-r--r--dbaccess/source/ui/dlg/dbfindex.src63
1 files changed, 61 insertions, 2 deletions
diff --git a/dbaccess/source/ui/dlg/dbfindex.src b/dbaccess/source/ui/dlg/dbfindex.src
index eb91386b6b11..dd341c1d2bc1 100644
--- a/dbaccess/source/ui/dlg/dbfindex.src
+++ b/dbaccess/source/ui/dlg/dbfindex.src
@@ -2,9 +2,9 @@
*
* $RCSfile: dbfindex.src,v $
*
- * $Revision: 1.18 $
+ * $Revision: 1.19 $
*
- * last change: $Author: kz $ $Date: 2001-11-16 22:40:34 $
+ * last change: $Author: oj $ $Date: 2002-04-29 14:28:11 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -69,6 +69,62 @@
#define WIN_X 264
#define WIN_Y 149
+Image IMG_ONE_LEFT_H
+{
+ ImageBitmap = Bitmap
+ {
+ File = "one_left_h.bmp" ;
+ };
+ MaskColor = Color
+ {
+ Red = 0xC000 ;
+ Green = 0xC000 ;
+ Blue = 0xC000 ;
+ };
+};
+
+Image IMG_ALL_LEFT_H
+{
+ ImageBitmap = Bitmap
+ {
+ File = "all_left_h.bmp" ;
+ };
+ MaskColor = Color
+ {
+ Red = 0xC000 ;
+ Green = 0xC000 ;
+ Blue = 0xC000 ;
+ };
+};
+
+Image IMG_ONE_RIGHT_H
+{
+ ImageBitmap = Bitmap
+ {
+ File = "one_right_h.bmp" ;
+ };
+ MaskColor = Color
+ {
+ Red = 0xC000 ;
+ Green = 0xC000 ;
+ Blue = 0xC000 ;
+ };
+};
+
+Image IMG_ALL_RIGHT_H
+{
+ ImageBitmap = Bitmap
+ {
+ File = "all_right_h.bmp" ;
+ };
+ MaskColor = Color
+ {
+ Red = 0xC000 ;
+ Green = 0xC000 ;
+ Blue = 0xC000 ;
+ };
+};
+
ModalDialog DLG_DBASE_INDEXES
{
OutputSize = TRUE ;
@@ -331,6 +387,9 @@ ModalDialog DLG_DBASE_INDEXES
/*************************************************************************
* history:
* $Log: not supported by cvs2svn $
+ * Revision 1.18 2001/11/16 22:40:34 kz
+ * Merge SRC638: 16.11.01 - 22:38:51
+ *
* Revision 1.17 2001/08/29 14:04:31 kz
* Merge SRC638: 29.08.01 - 16:03:56
*