From 4a0002931adf1f52b4d9e42c22b394bea210c058 Mon Sep 17 00:00:00 2001 From: Joseph Powers Date: Sat, 13 Nov 2010 00:29:58 -0800 Subject: Purged BmpColorMode from libs-gui - base --- dbaccess/source/ui/dlg/CollectionView.src | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'dbaccess/source/ui/dlg/CollectionView.src') diff --git a/dbaccess/source/ui/dlg/CollectionView.src b/dbaccess/source/ui/dlg/CollectionView.src index 018893384dab..d2774d76682b 100644 --- a/dbaccess/source/ui/dlg/CollectionView.src +++ b/dbaccess/source/ui/dlg/CollectionView.src @@ -144,24 +144,13 @@ Image IMG_NAVIGATION_BTN_UP_SC ImageBitmap = Bitmap { File = "fp010"; }; MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; }; }; -Image IMG_NAVIGATION_BTN_UP_SCH -{ - ImageBitmap = Bitmap { File = "fph010"; }; - MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; }; -}; Image IMG_NAVIGATION_CREATEFOLDER_SC { ImageBitmap = Bitmap { File = "fp015"; }; MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; }; }; -Image IMG_NAVIGATION_CREATEFOLDER_SCH -{ - ImageBitmap = Bitmap { File = "fph015"; }; - MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; }; -}; String STR_ALREADYEXISTOVERWRITE { Text [ en-US ] = "The file already exists. Overwrite?" ; }; - -- cgit From 0b176013df99ee6b10305306b9a9dd07ad51a8a5 Mon Sep 17 00:00:00 2001 From: Joseph Powers Date: Tue, 23 Nov 2010 21:07:47 -0800 Subject: .bmp to .png, plus formatting issues. --- dbaccess/source/ui/dlg/CollectionView.src | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'dbaccess/source/ui/dlg/CollectionView.src') diff --git a/dbaccess/source/ui/dlg/CollectionView.src b/dbaccess/source/ui/dlg/CollectionView.src index d2774d76682b..0d26722a7033 100644 --- a/dbaccess/source/ui/dlg/CollectionView.src +++ b/dbaccess/source/ui/dlg/CollectionView.src @@ -43,14 +43,12 @@ #define FIXEDLINE_HEIGHT 1 #define IMG_SIZE 15 - ModalDialog DLG_COLLECTION_VIEW { OutputSize = TRUE ; SVLook = TRUE ; Moveable = TRUE ; Closeable = TRUE ; - //Sizeable = TRUE; HelpId = HID_EXPLORERDLG_COLLECTION ; Size = MAP_APPFONT ( WIN_X , WIN_Y ) ; @@ -128,7 +126,6 @@ ModalDialog DLG_COLLECTION_VIEW Size = MAP_APPFONT ( 50 , BUTTON_HEIGHT ) ; }; - String STR_PATHNAME { Text [ en-US ] = "~Path:" ; @@ -139,11 +136,13 @@ String STR_NEW_FOLDER { Text [ en-US ] = "Folder" ; }; + Image IMG_NAVIGATION_BTN_UP_SC { ImageBitmap = Bitmap { File = "fp010"; }; MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; }; }; + Image IMG_NAVIGATION_CREATEFOLDER_SC { ImageBitmap = Bitmap { File = "fp015"; }; -- cgit