dbfindex.src (81d089ae) | dbfindex.src (857d5cbe) |
---|---|
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 --- 21 unchanged lines hidden (view full) --- 30 31#define WIN_X 264 32#define WIN_Y 149 33 34Image IMG_ONE_LEFT_H 35{ 36 ImageBitmap = Bitmap 37 { | 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 --- 21 unchanged lines hidden (view full) --- 30 31#define WIN_X 264 32#define WIN_Y 149 33 34Image IMG_ONE_LEFT_H 35{ 36 ImageBitmap = Bitmap 37 { |
38 File = "one_left_h.bmp" ; | 38 File = "one_left_h.png" ; |
39 }; 40 MaskColor = Color 41 { 42 Red = 0xFFFF ; 43 Green = 0x0000 ; 44 Blue = 0xFFFF ; 45 }; 46}; 47 48Image IMG_ALL_LEFT_H 49{ 50 ImageBitmap = Bitmap 51 { | 39 }; 40 MaskColor = Color 41 { 42 Red = 0xFFFF ; 43 Green = 0x0000 ; 44 Blue = 0xFFFF ; 45 }; 46}; 47 48Image IMG_ALL_LEFT_H 49{ 50 ImageBitmap = Bitmap 51 { |
52 File = "all_left_h.bmp" ; | 52 File = "all_left_h.png" ; |
53 }; 54 MaskColor = Color 55 { 56 Red = 0xFFFF ; 57 Green = 0x0000 ; 58 Blue = 0xFFFF ; 59 }; 60}; 61 62Image IMG_ONE_RIGHT_H 63{ 64 ImageBitmap = Bitmap 65 { | 53 }; 54 MaskColor = Color 55 { 56 Red = 0xFFFF ; 57 Green = 0x0000 ; 58 Blue = 0xFFFF ; 59 }; 60}; 61 62Image IMG_ONE_RIGHT_H 63{ 64 ImageBitmap = Bitmap 65 { |
66 File = "one_right_h.bmp" ; | 66 File = "one_right_h.png" ; |
67 }; 68 MaskColor = Color 69 { 70 Red = 0xFFFF ; 71 Green = 0x0000 ; 72 Blue = 0xFFFF ; 73 }; 74}; 75 76Image IMG_ALL_RIGHT_H 77{ 78 ImageBitmap = Bitmap 79 { | 67 }; 68 MaskColor = Color 69 { 70 Red = 0xFFFF ; 71 Green = 0x0000 ; 72 Blue = 0xFFFF ; 73 }; 74}; 75 76Image IMG_ALL_RIGHT_H 77{ 78 ImageBitmap = Bitmap 79 { |
80 File = "all_right_h.bmp" ; | 80 File = "all_right_h.png" ; |
81 }; 82 MaskColor = Color 83 { 84 Red = 0xFFFF ; 85 Green = 0x0000 ; 86 Blue = 0xFFFF ; 87 }; 88}; --- 82 unchanged lines hidden (view full) --- 171 HelpID = "dbaccess:ImageButton:DLG_DBASE_INDEXES:IB_ADD"; 172 Pos = MAP_APPFONT ( 94 , 60 ) ; 173 Size = MAP_APPFONT ( 20 , 14 ) ; 174 TabStop = TRUE ; 175 ButtonImage = Image 176 { 177 ImageBitmap = Bitmap 178 { | 81 }; 82 MaskColor = Color 83 { 84 Red = 0xFFFF ; 85 Green = 0x0000 ; 86 Blue = 0xFFFF ; 87 }; 88}; --- 82 unchanged lines hidden (view full) --- 171 HelpID = "dbaccess:ImageButton:DLG_DBASE_INDEXES:IB_ADD"; 172 Pos = MAP_APPFONT ( 94 , 60 ) ; 173 Size = MAP_APPFONT ( 20 , 14 ) ; 174 TabStop = TRUE ; 175 ButtonImage = Image 176 { 177 ImageBitmap = Bitmap 178 { |
179 File = "one_left.bmp" ; | 179 File = "one_left.png" ; |
180 }; 181 MaskColor = Color 182 { 183 Red = 0xFFFF ; 184 Green = 0x0000 ; 185 Blue = 0xFFFF ; 186 }; 187 }; 188 }; 189 ImageButton IB_ADDALL 190 { 191 HelpID = "dbaccess:ImageButton:DLG_DBASE_INDEXES:IB_ADDALL"; 192 Pos = MAP_APPFONT ( 94 , 77 ) ; 193 Size = MAP_APPFONT ( 20 , 14 ) ; 194 TabStop = TRUE ; 195 ButtonImage = Image 196 { 197 ImageBitmap = Bitmap 198 { | 180 }; 181 MaskColor = Color 182 { 183 Red = 0xFFFF ; 184 Green = 0x0000 ; 185 Blue = 0xFFFF ; 186 }; 187 }; 188 }; 189 ImageButton IB_ADDALL 190 { 191 HelpID = "dbaccess:ImageButton:DLG_DBASE_INDEXES:IB_ADDALL"; 192 Pos = MAP_APPFONT ( 94 , 77 ) ; 193 Size = MAP_APPFONT ( 20 , 14 ) ; 194 TabStop = TRUE ; 195 ButtonImage = Image 196 { 197 ImageBitmap = Bitmap 198 { |
199 File = "all_left.bmp" ; | 199 File = "all_left.png" ; |
200 }; 201 MaskColor = Color 202 { 203 Red = 0xFFFF ; 204 Green = 0x0000 ; 205 Blue = 0xFFFF ; 206 }; 207 }; 208 }; 209 ImageButton IB_REMOVE 210 { 211 HelpID = "dbaccess:ImageButton:DLG_DBASE_INDEXES:IB_REMOVE"; 212 Pos = MAP_APPFONT ( 94 , 98 ) ; 213 Size = MAP_APPFONT ( 20 , 14 ) ; 214 TabStop = TRUE ; 215 ButtonImage = Image 216 { 217 ImageBitmap = Bitmap 218 { | 200 }; 201 MaskColor = Color 202 { 203 Red = 0xFFFF ; 204 Green = 0x0000 ; 205 Blue = 0xFFFF ; 206 }; 207 }; 208 }; 209 ImageButton IB_REMOVE 210 { 211 HelpID = "dbaccess:ImageButton:DLG_DBASE_INDEXES:IB_REMOVE"; 212 Pos = MAP_APPFONT ( 94 , 98 ) ; 213 Size = MAP_APPFONT ( 20 , 14 ) ; 214 TabStop = TRUE ; 215 ButtonImage = Image 216 { 217 ImageBitmap = Bitmap 218 { |
219 File = "one_right.bmp" ; | 219 File = "one_right.png" ; |
220 }; 221 MaskColor = Color 222 { 223 Red = 0xFFFF ; 224 Green = 0x0000 ; 225 Blue = 0xFFFF ; 226 }; 227 }; 228 }; 229 ImageButton IB_REMOVEALL 230 { 231 HelpID = "dbaccess:ImageButton:DLG_DBASE_INDEXES:IB_REMOVEALL"; 232 Pos = MAP_APPFONT ( 94, 114 ) ; 233 Size = MAP_APPFONT ( 20 , 14 ) ; 234 TabStop = TRUE ; 235 ButtonImage = Image 236 { 237 ImageBitmap = Bitmap 238 { | 220 }; 221 MaskColor = Color 222 { 223 Red = 0xFFFF ; 224 Green = 0x0000 ; 225 Blue = 0xFFFF ; 226 }; 227 }; 228 }; 229 ImageButton IB_REMOVEALL 230 { 231 HelpID = "dbaccess:ImageButton:DLG_DBASE_INDEXES:IB_REMOVEALL"; 232 Pos = MAP_APPFONT ( 94, 114 ) ; 233 Size = MAP_APPFONT ( 20 , 14 ) ; 234 TabStop = TRUE ; 235 ButtonImage = Image 236 { 237 ImageBitmap = Bitmap 238 { |
239 File = "all_right.bmp" ; | 239 File = "all_right.png" ; |
240 }; 241 MaskColor = Color 242 { 243 Red = 0xFFFF ; 244 Green = 0x0000 ; 245 Blue = 0xFFFF ; 246 }; 247 }; 248 }; 249 250}; | 240 }; 241 MaskColor = Color 242 { 243 Red = 0xFFFF ; 244 Green = 0x0000 ; 245 Blue = 0xFFFF ; 246 }; 247 }; 248 }; 249 250}; |