dbinsdlg.src (8660f102) | dbinsdlg.src (870ef37d) |
---|---|
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 --- 136 unchanged lines hidden (view full) --- 145 Pos = MAP_APPFONT ( 111 , 41 ) ; 146 Size = MAP_APPFONT ( 20 , 12 ) ; 147 TabStop = TRUE ; 148 Hide = TRUE ; 149 ButtonImage = Image 150 { 151 ImageBitmap = Bitmap 152 { | 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 --- 136 unchanged lines hidden (view full) --- 145 Pos = MAP_APPFONT ( 111 , 41 ) ; 146 Size = MAP_APPFONT ( 20 , 12 ) ; 147 TabStop = TRUE ; 148 Hide = TRUE ; 149 ButtonImage = Image 150 { 151 ImageBitmap = Bitmap 152 { |
153 File = "one_right.bmp" ; | 153 File = "one_right.png" ; |
154 }; 155 MaskColor = IMAGE_MASK_COLOR ; 156 }; 157 }; 158 MultiLineEdit ED_DB_TEXT 159 { 160 HelpID = "sw:MultiLineEdit:DLG_AP_INSERT_DB_SEL:ED_DB_TEXT"; 161 Border = TRUE ; --- 38 unchanged lines hidden (view full) --- 200 HelpID = "sw:ImageButton:DLG_AP_INSERT_DB_SEL:IB_DBCOL_ALL_TO"; 201 Pos = MAP_APPFONT ( 111 , 41 ) ; 202 Size = MAP_APPFONT ( 20 , 12 ) ; 203 TabStop = TRUE ; 204 ButtonImage = Image 205 { 206 ImageBitmap = Bitmap 207 { | 154 }; 155 MaskColor = IMAGE_MASK_COLOR ; 156 }; 157 }; 158 MultiLineEdit ED_DB_TEXT 159 { 160 HelpID = "sw:MultiLineEdit:DLG_AP_INSERT_DB_SEL:ED_DB_TEXT"; 161 Border = TRUE ; --- 38 unchanged lines hidden (view full) --- 200 HelpID = "sw:ImageButton:DLG_AP_INSERT_DB_SEL:IB_DBCOL_ALL_TO"; 201 Pos = MAP_APPFONT ( 111 , 41 ) ; 202 Size = MAP_APPFONT ( 20 , 12 ) ; 203 TabStop = TRUE ; 204 ButtonImage = Image 205 { 206 ImageBitmap = Bitmap 207 { |
208 File = "all_right.bmp" ; | 208 File = "all_right.png" ; |
209 }; 210 MaskColor = IMAGE_MASK_COLOR ; 211 }; 212 }; 213 ImageButton IB_DBCOL_ONE_TO 214 { 215 HelpID = "sw:ImageButton:DLG_AP_INSERT_DB_SEL:IB_DBCOL_ONE_TO"; 216 Pos = MAP_APPFONT ( 111 , 56 ) ; 217 Size = MAP_APPFONT ( 20 , 12 ) ; 218 TabStop = TRUE ; 219 ButtonImage = Image 220 { 221 ImageBitmap = Bitmap 222 { | 209 }; 210 MaskColor = IMAGE_MASK_COLOR ; 211 }; 212 }; 213 ImageButton IB_DBCOL_ONE_TO 214 { 215 HelpID = "sw:ImageButton:DLG_AP_INSERT_DB_SEL:IB_DBCOL_ONE_TO"; 216 Pos = MAP_APPFONT ( 111 , 56 ) ; 217 Size = MAP_APPFONT ( 20 , 12 ) ; 218 TabStop = TRUE ; 219 ButtonImage = Image 220 { 221 ImageBitmap = Bitmap 222 { |
223 File = "one_right.bmp" ; | 223 File = "one_right.png" ; |
224 }; 225 MaskColor = IMAGE_MASK_COLOR ; 226 }; 227 }; 228 ImageButton IB_DBCOL_ONE_FROM 229 { 230 HelpID = "sw:ImageButton:DLG_AP_INSERT_DB_SEL:IB_DBCOL_ONE_FROM"; 231 Pos = MAP_APPFONT ( 111 , 84 ) ; 232 Size = MAP_APPFONT ( 20 , 12 ) ; 233 TabStop = TRUE ; 234 ButtonImage = Image 235 { 236 ImageBitmap = Bitmap 237 { | 224 }; 225 MaskColor = IMAGE_MASK_COLOR ; 226 }; 227 }; 228 ImageButton IB_DBCOL_ONE_FROM 229 { 230 HelpID = "sw:ImageButton:DLG_AP_INSERT_DB_SEL:IB_DBCOL_ONE_FROM"; 231 Pos = MAP_APPFONT ( 111 , 84 ) ; 232 Size = MAP_APPFONT ( 20 , 12 ) ; 233 TabStop = TRUE ; 234 ButtonImage = Image 235 { 236 ImageBitmap = Bitmap 237 { |
238 File = "one_left.bmp" ; | 238 File = "one_left.png" ; |
239 }; 240 MaskColor = IMAGE_MASK_COLOR ; 241 }; 242 }; 243 ImageButton IB_DBCOL_ALL_FROM 244 { 245 HelpID = "sw:ImageButton:DLG_AP_INSERT_DB_SEL:IB_DBCOL_ALL_FROM"; 246 Pos = MAP_APPFONT ( 111 , 99 ) ; 247 Size = MAP_APPFONT ( 20 , 12 ) ; 248 TabStop = TRUE ; 249 ButtonImage = Image 250 { 251 ImageBitmap = Bitmap 252 { | 239 }; 240 MaskColor = IMAGE_MASK_COLOR ; 241 }; 242 }; 243 ImageButton IB_DBCOL_ALL_FROM 244 { 245 HelpID = "sw:ImageButton:DLG_AP_INSERT_DB_SEL:IB_DBCOL_ALL_FROM"; 246 Pos = MAP_APPFONT ( 111 , 99 ) ; 247 Size = MAP_APPFONT ( 20 , 12 ) ; 248 TabStop = TRUE ; 249 ButtonImage = Image 250 { 251 ImageBitmap = Bitmap 252 { |
253 File = "all_left.bmp" ; | 253 File = "all_left.png" ; |
254 }; 255 MaskColor = IMAGE_MASK_COLOR ; 256 }; 257 }; 258 FixedText FT_TABLE_COL 259 { 260 Pos = MAP_APPFONT ( 137 , 31 ) ; 261 Size = MAP_APPFONT ( 75 , 8 ) ; --- 65 unchanged lines hidden --- | 254 }; 255 MaskColor = IMAGE_MASK_COLOR ; 256 }; 257 }; 258 FixedText FT_TABLE_COL 259 { 260 Pos = MAP_APPFONT ( 137 , 31 ) ; 261 Size = MAP_APPFONT ( 75 , 8 ) ; --- 65 unchanged lines hidden --- |