dinfdlg.src (acbf353a) | dinfdlg.src (ca6cfdb2) |
---|---|
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 --- 688 unchanged lines hidden (view full) --- 697ImageButton SFX_PB_PROPERTY_REMOVE 698{ 699 Pos = MAP_APPFONT( 190 , 1 ); 700 Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_HEIGHT, RSC_CD_PUSHBUTTON_HEIGHT ); 701 QuickHelpText [ en-US ] = "Remove Property" ; 702}; 703Image SFX_IMG_PROPERTY_REMOVE 704{ | 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 --- 688 unchanged lines hidden (view full) --- 697ImageButton SFX_PB_PROPERTY_REMOVE 698{ 699 Pos = MAP_APPFONT( 190 , 1 ); 700 Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_HEIGHT, RSC_CD_PUSHBUTTON_HEIGHT ); 701 QuickHelpText [ en-US ] = "Remove Property" ; 702}; 703Image SFX_IMG_PROPERTY_REMOVE 704{ |
705 ImageBitmap = Bitmap { File = "deleterow.bmp" ; }; | 705 ImageBitmap = Bitmap { File = "deleterow.png" ; }; |
706 MaskColor = Color { Red=0xffff; Green=0x0000; Blue=0xffff; }; 707}; 708Image SFX_IMG_PROPERTY_REMOVE_HC 709{ | 706 MaskColor = Color { Red=0xffff; Green=0x0000; Blue=0xffff; }; 707}; 708Image SFX_IMG_PROPERTY_REMOVE_HC 709{ |
710 ImageBitmap = Bitmap { File = "deleterow_h.bmp" ; }; | 710 ImageBitmap = Bitmap { File = "deleterow_h.png" ; }; |
711 MaskColor = Color { Red=0xffff; Green=0x0000; Blue=0xffff; }; 712}; 713 714QueryBox SFX_QB_WRONG_TYPE 715{ 716 Buttons = WB_OK_CANCEL ; 717 DefButton = WB_DEF_OK ; 718 Message [ en-US ] = "The value entered does not match the specified type.\nThe value will be stored as text." ; --- 229 unchanged lines hidden --- | 711 MaskColor = Color { Red=0xffff; Green=0x0000; Blue=0xffff; }; 712}; 713 714QueryBox SFX_QB_WRONG_TYPE 715{ 716 Buttons = WB_OK_CANCEL ; 717 DefButton = WB_DEF_OK ; 718 Message [ en-US ] = "The value entered does not match the specified type.\nThe value will be stored as text." ; --- 229 unchanged lines hidden --- |