preload.src (e622c435) | preload.src (dbb1086a) |
---|---|
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 --- 148 unchanged lines hidden (view full) --- 157 FixedImage IMG_ARROW 158 { 159 Pos = MAP_APPFONT ( LICENSE_COL_1 , LICENSE_ROW_3 ) ; 160 Size = MAP_PIXEL ( 16 , 16 ) ; 161 Fixed = Image 162 { 163 ImageBitmap = Bitmap 164 { | 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 --- 148 unchanged lines hidden (view full) --- 157 FixedImage IMG_ARROW 158 { 159 Pos = MAP_APPFONT ( LICENSE_COL_1 , LICENSE_ROW_3 ) ; 160 Size = MAP_PIXEL ( 16 , 16 ) ; 161 Fixed = Image 162 { 163 ImageBitmap = Bitmap 164 { |
165 File = "arrow.bmp" ; 166 File[ ar ] = "m_arrow.bmp" ; | 165 File = "arrow.png" ; 166 File[ ar ] = "m_arrow.png" ; |
167 }; 168 MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; }; 169 }; 170 }; 171 172 FixedText FT_INFO2_1 173 { 174 WordBreak = TRUE ; --- 112 unchanged lines hidden --- | 167 }; 168 MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; }; 169 }; 170 }; 171 172 FixedText FT_INFO2_1 173 { 174 WordBreak = TRUE ; --- 112 unchanged lines hidden --- |