115 lines
3.0 KiB
Plaintext
115 lines
3.0 KiB
Plaintext
![]() |
/*************************************************************************
|
||
|
*
|
||
|
* OpenOffice.org - a multi-platform office productivity suite
|
||
|
*
|
||
|
* $RCSfile: xthrobber.src,v $
|
||
|
*
|
||
|
* $Revision: 1.2 $
|
||
|
*
|
||
|
* last change: $Author: ihi $ $Date: 2006-12-20 13:53:07 $
|
||
|
*
|
||
|
* The Contents of this file are made available subject to
|
||
|
* the terms of GNU Lesser General Public License Version 2.1.
|
||
|
*
|
||
|
*
|
||
|
* GNU Lesser General Public License Version 2.1
|
||
|
* =============================================
|
||
|
* Copyright 2005 by Sun Microsystems, Inc.
|
||
|
* 901 San Antonio Road, Palo Alto, CA 94303, USA
|
||
|
*
|
||
|
* This library is free software; you can redistribute it and/or
|
||
|
* modify it under the terms of the GNU Lesser General Public
|
||
|
* License version 2.1, as published by the Free Software Foundation.
|
||
|
*
|
||
|
* This library is distributed in the hope that it will be useful,
|
||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||
|
* Lesser General Public License for more details.
|
||
|
*
|
||
|
* You should have received a copy of the GNU Lesser General Public
|
||
|
* License along with this library; if not, write to the Free Software
|
||
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston,
|
||
|
* MA 02111-1307 USA
|
||
|
*
|
||
|
************************************************************************/
|
||
|
|
||
|
#ifndef _TOOLKIT_AWT_XTHROBBER_HRC_
|
||
|
#include <xthrobber.hrc>
|
||
|
#endif
|
||
|
|
||
|
#define STD_MASK_COLOR MaskColor = Color { Red = 0xFFFF; Green = 0x0000; Blue = 0xFFFF; };
|
||
|
|
||
|
Image RID_TK_ICON_THROBBER_START
|
||
|
{
|
||
|
ImageBitmap = Bitmap{ file = "spinner03-grey_01.png"; };
|
||
|
STD_MASK_COLOR
|
||
|
};
|
||
|
|
||
|
Image RID_TK_ICON_THROBBER_START + 1
|
||
|
{
|
||
|
ImageBitmap = Bitmap{ file = "spinner03-grey_02.png"; };
|
||
|
STD_MASK_COLOR
|
||
|
};
|
||
|
|
||
|
Image RID_TK_ICON_THROBBER_START + 2
|
||
|
{
|
||
|
ImageBitmap = Bitmap{ file = "spinner03-grey_03.png"; };
|
||
|
STD_MASK_COLOR
|
||
|
};
|
||
|
|
||
|
Image RID_TK_ICON_THROBBER_START + 3
|
||
|
{
|
||
|
ImageBitmap = Bitmap{ file = "spinner03-grey_04.png"; };
|
||
|
STD_MASK_COLOR
|
||
|
};
|
||
|
|
||
|
Image RID_TK_ICON_THROBBER_START + 4
|
||
|
{
|
||
|
ImageBitmap = Bitmap{ file = "spinner03-grey_05.png"; };
|
||
|
STD_MASK_COLOR
|
||
|
};
|
||
|
|
||
|
Image RID_TK_ICON_THROBBER_START + 5
|
||
|
{
|
||
|
ImageBitmap = Bitmap{ file = "spinner03-grey_06.png"; };
|
||
|
STD_MASK_COLOR
|
||
|
};
|
||
|
|
||
|
Image RID_TK_ICON_THROBBER_START + 6
|
||
|
{
|
||
|
ImageBitmap = Bitmap{ file = "spinner03-grey_07.png"; };
|
||
|
STD_MASK_COLOR
|
||
|
};
|
||
|
|
||
|
Image RID_TK_ICON_THROBBER_START + 7
|
||
|
{
|
||
|
ImageBitmap = Bitmap{ file = "spinner03-grey_08.png"; };
|
||
|
STD_MASK_COLOR
|
||
|
};
|
||
|
|
||
|
Image RID_TK_ICON_THROBBER_START + 8
|
||
|
{
|
||
|
ImageBitmap = Bitmap{ file = "spinner03-grey_09.png"; };
|
||
|
STD_MASK_COLOR
|
||
|
};
|
||
|
|
||
|
Image RID_TK_ICON_THROBBER_START + 9
|
||
|
{
|
||
|
ImageBitmap = Bitmap{ file = "spinner03-grey_10.png"; };
|
||
|
STD_MASK_COLOR
|
||
|
};
|
||
|
|
||
|
Image RID_TK_ICON_THROBBER_START + 10
|
||
|
{
|
||
|
ImageBitmap = Bitmap{ file = "spinner03-grey_11.png"; };
|
||
|
STD_MASK_COLOR
|
||
|
};
|
||
|
|
||
|
Image RID_TK_ICON_THROBBER_START + 11
|
||
|
{
|
||
|
ImageBitmap = Bitmap{ file = "spinner03-grey_12.png"; };
|
||
|
STD_MASK_COLOR
|
||
|
};
|
||
|
|
||
|
|