INTEGRATION: CWS qiq (1.42.118); FILE MERGED
2006/05/31 09:50:38 fs 1.42.118.1: bmp->png
This commit is contained in:
parent
2d643ff33b
commit
89165e402d
1 changed files with 8 additions and 8 deletions
|
@ -4,9 +4,9 @@
|
|||
*
|
||||
* $RCSfile: tabletree.src,v $
|
||||
*
|
||||
* $Revision: 1.42 $
|
||||
* $Revision: 1.43 $
|
||||
*
|
||||
* last change: $Author: hr $ $Date: 2005-09-23 14:10:36 $
|
||||
* last change: $Author: obo $ $Date: 2006-07-10 15:25:11 $
|
||||
*
|
||||
* The Contents of this file are made available subject to
|
||||
* the terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -44,37 +44,37 @@
|
|||
|
||||
Image TABLE_TREE_ICON
|
||||
{
|
||||
ImageBitmap = Bitmap { File = "sx03188.bmp"; };
|
||||
ImageBitmap = Bitmap { File = "sx03188.png"; };
|
||||
MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; };
|
||||
};
|
||||
|
||||
Image VIEW_TREE_ICON
|
||||
{
|
||||
ImageBitmap = Bitmap { File = "sx16670.bmp"; };
|
||||
ImageBitmap = Bitmap { File = "sx16670.png"; };
|
||||
MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; };
|
||||
};
|
||||
|
||||
Image TABLEFOLDER_TREE_ICON
|
||||
{
|
||||
ImageBitmap = Bitmap { File = "sx03187.bmp"; };
|
||||
ImageBitmap = Bitmap { File = "sx03187.png"; };
|
||||
MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; };
|
||||
};
|
||||
|
||||
Image TABLE_TREE_ICON_SCH
|
||||
{
|
||||
ImageBitmap = Bitmap { File = "sxh03188.bmp"; };
|
||||
ImageBitmap = Bitmap { File = "sxh03188.png"; };
|
||||
MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; };
|
||||
};
|
||||
|
||||
Image VIEW_TREE_ICON_SCH
|
||||
{
|
||||
ImageBitmap = Bitmap { File = "sxh16670.bmp"; };
|
||||
ImageBitmap = Bitmap { File = "sxh16670.png"; };
|
||||
MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; };
|
||||
};
|
||||
|
||||
Image TABLEFOLDER_TREE_ICON_SCH
|
||||
{
|
||||
ImageBitmap = Bitmap { File = "sxh03187.bmp"; };
|
||||
ImageBitmap = Bitmap { File = "sxh03187.png"; };
|
||||
MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; };
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue