iodlg.src (7f3c806f) | iodlg.src (21a95b74) |
---|---|
1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 75 unchanged lines hidden (view full) --- 84 { 85 HelpID = "fpicker:ImageButton:DLG_SVT_EXPLORERFILE:BTN_EXPLORERFILE_LISTVIEW"; 86 TabStop = FALSE ; 87 Pos = MAP_APPFONT ( 109 , 6 ) ; 88 ButtonImage = Image 89 { 90 ImageBitmap = Bitmap 91 { | 1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 75 unchanged lines hidden (view full) --- 84 { 85 HelpID = "fpicker:ImageButton:DLG_SVT_EXPLORERFILE:BTN_EXPLORERFILE_LISTVIEW"; 86 TabStop = FALSE ; 87 Pos = MAP_APPFONT ( 109 , 6 ) ; 88 ButtonImage = Image 89 { 90 ImageBitmap = Bitmap 91 { |
92 File = "list.bmp" ; | 92 File = "list.png" ; |
93 }; 94 MASKCOLOR 95 }; 96 QuickHelpText [ en-US ] = "List"; 97 }; 98 ImageButton BTN_EXPLORERFILE_DETAILSVIEW 99 { 100 HelpID = "fpicker:ImageButton:DLG_SVT_EXPLORERFILE:BTN_EXPLORERFILE_DETAILSVIEW"; 101 TabStop = FALSE ; 102 Pos = MAP_APPFONT ( 109 , 6 ) ; 103 ButtonImage = Image 104 { 105 ImageBitmap = Bitmap 106 { | 93 }; 94 MASKCOLOR 95 }; 96 QuickHelpText [ en-US ] = "List"; 97 }; 98 ImageButton BTN_EXPLORERFILE_DETAILSVIEW 99 { 100 HelpID = "fpicker:ImageButton:DLG_SVT_EXPLORERFILE:BTN_EXPLORERFILE_DETAILSVIEW"; 101 TabStop = FALSE ; 102 Pos = MAP_APPFONT ( 109 , 6 ) ; 103 ButtonImage = Image 104 { 105 ImageBitmap = Bitmap 106 { |
107 File = "sc06356.bmp" ; | 107 File = "sc06356.png" ; |
108 }; 109 MASKCOLOR 110 }; 111 QuickHelpText [ en-US ] = "Details"; 112 }; 113 MenuButton BTN_EXPLORERFILE_UP 114 { 115 HelpID = "fpicker:MenuButton:DLG_SVT_EXPLORERFILE:BTN_EXPLORERFILE_UP"; --- 223 unchanged lines hidden --- | 108 }; 109 MASKCOLOR 110 }; 111 QuickHelpText [ en-US ] = "Details"; 112 }; 113 MenuButton BTN_EXPLORERFILE_UP 114 { 115 HelpID = "fpicker:MenuButton:DLG_SVT_EXPLORERFILE:BTN_EXPLORERFILE_UP"; --- 223 unchanged lines hidden --- |