diff options
author | Joseph Powers <jpowers27@cox.net> | 2010-11-13 00:29:58 -0800 |
---|---|---|
committer | Joseph Powers <jpowers27@cox.net> | 2010-11-13 00:29:58 -0800 |
commit | 4a0002931adf1f52b4d9e42c22b394bea210c058 (patch) | |
tree | b625d11456ca79e3cd53d1bb623066b638b45a5f /dbaccess/source/ui/dlg/dbfindex.src | |
parent | f43ffb63e7d164845771ac6b822a4a995ddcc840 (diff) |
Purged BmpColorMode from libs-gui - base
Diffstat (limited to 'dbaccess/source/ui/dlg/dbfindex.src')
-rw-r--r-- | dbaccess/source/ui/dlg/dbfindex.src | 56 |
1 files changed, 0 insertions, 56 deletions
diff --git a/dbaccess/source/ui/dlg/dbfindex.src b/dbaccess/source/ui/dlg/dbfindex.src index ad401102601d..244c3545b870 100644 --- a/dbaccess/source/ui/dlg/dbfindex.src +++ b/dbaccess/source/ui/dlg/dbfindex.src @@ -35,62 +35,6 @@ #define WIN_X 264 #define WIN_Y 149 -Image IMG_ONE_LEFT_H -{ - ImageBitmap = Bitmap - { - File = "one_left_h.bmp" ; - }; - MaskColor = Color - { - Red = 0xFFFF ; - Green = 0x0000 ; - Blue = 0xFFFF ; - }; -}; - -Image IMG_ALL_LEFT_H -{ - ImageBitmap = Bitmap - { - File = "all_left_h.bmp" ; - }; - MaskColor = Color - { - Red = 0xFFFF ; - Green = 0x0000 ; - Blue = 0xFFFF ; - }; -}; - -Image IMG_ONE_RIGHT_H -{ - ImageBitmap = Bitmap - { - File = "one_right_h.bmp" ; - }; - MaskColor = Color - { - Red = 0xFFFF ; - Green = 0x0000 ; - Blue = 0xFFFF ; - }; -}; - -Image IMG_ALL_RIGHT_H -{ - ImageBitmap = Bitmap - { - File = "all_right_h.bmp" ; - }; - MaskColor = Color - { - Red = 0xFFFF ; - Green = 0x0000 ; - Blue = 0xFFFF ; - }; -}; - ModalDialog DLG_DBASE_INDEXES { OutputSize = TRUE ; |