2004-05-17 22:15:10 +00:00
|
|
|
// $Id$
|
|
|
|
//
|
|
|
|
// The contents of this file are subject to the BOINC Public License
|
|
|
|
// Version 1.0 (the "License"); you may not use this file except in
|
|
|
|
// compliance with the License. You may obtain a copy of the License at
|
|
|
|
// http://boinc.berkeley.edu/license_1.0.txt
|
|
|
|
//
|
|
|
|
// Software distributed under the License is distributed on an "AS IS"
|
|
|
|
// basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
|
|
|
|
// License for the specific language governing rights and limitations
|
|
|
|
// under the License.
|
|
|
|
//
|
|
|
|
// The Original Code is the Berkeley Open Infrastructure for Network Computing.
|
|
|
|
//
|
|
|
|
// The Initial Developer of the Original Code is the SETI@home project.
|
|
|
|
// Portions created by the SETI@home project are Copyright (C) 2002
|
|
|
|
// University of California at Berkeley. All Rights Reserved.
|
|
|
|
//
|
|
|
|
// Contributor(s):
|
|
|
|
//
|
|
|
|
// Revision History:
|
|
|
|
//
|
|
|
|
// $Log$
|
|
|
|
// Revision 1.2 2004/05/17 22:15:10 rwalton
|
|
|
|
// *** empty log message ***
|
|
|
|
//
|
|
|
|
//
|
|
|
|
|
2004-04-11 04:12:44 +00:00
|
|
|
/* XPM */
|
|
|
|
static char *APP_ICON_xpm[] = {
|
|
|
|
"16 16 32 1",
|
|
|
|
" c None",
|
|
|
|
". c #000066",
|
|
|
|
"X c #000033",
|
|
|
|
"o c #333333",
|
|
|
|
"O c #555555",
|
|
|
|
"+ c #000080",
|
|
|
|
"@ c #4D4D4D",
|
|
|
|
"# c #996666",
|
|
|
|
"$ c #393939",
|
|
|
|
"% c #000099",
|
|
|
|
"& c #424242",
|
|
|
|
"* c #FFCC99",
|
|
|
|
"= c #FFCC66",
|
|
|
|
"- c #999933",
|
|
|
|
"; c #808080",
|
|
|
|
": c #CC9966",
|
|
|
|
"> c #CC9933",
|
|
|
|
", c #CCCC33",
|
|
|
|
"< c #333366",
|
|
|
|
"1 c #292929",
|
|
|
|
"2 c #FFCC33",
|
|
|
|
"3 c #5F5F5F",
|
|
|
|
"4 c #666633",
|
|
|
|
"5 c #333399",
|
|
|
|
"6 c #666666",
|
|
|
|
"7 c #996633",
|
|
|
|
"8 c #CCCC66",
|
|
|
|
"9 c #666699",
|
|
|
|
"0 c #777777",
|
|
|
|
"q c #666600",
|
|
|
|
"w c #868686",
|
|
|
|
"e c #969696",
|
|
|
|
" .XoO ",
|
|
|
|
" +.XXXXXXO ",
|
|
|
|
" +.XX@###$XO ",
|
|
|
|
" %+X&***===-X; ",
|
|
|
|
" %++X:*=>.,,-<$ ",
|
|
|
|
" ++.X1=23.2-4O< ",
|
|
|
|
"5++.X6=2O>27O<<@",
|
|
|
|
"++.XX82>-,27&<11",
|
|
|
|
"...X1=>69@2>7<o1",
|
|
|
|
"<.XX4=>05X>>qO<<",
|
|
|
|
" XXX-2-<XX24O9< ",
|
|
|
|
" XXX727XX>-&w9< ",
|
|
|
|
" 0XXX>>>>73ew3 ",
|
|
|
|
" 3XX4446ww93 ",
|
|
|
|
" 0o<6ww96O ",
|
|
|
|
" 0660 "};
|