// $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.3 2005/01/07 10:37:11 rwalton // *** empty log message *** // // Revision 1.2 2004/10/28 07:03:06 rwalton // *** empty log message *** // // Revision 1.1 2004/10/28 06:53:17 rwalton // *** empty log message *** // // /* XPM */ static const char *connect_xpm[] = { "16 16 92 2", " c None", ". c #7ED894", "X c #84DB60", "o c #51C056", "O c #49BE25", "+ c #3695D4", "@ c #85DB77", "# c #99E684", "$ c #B5F2AC", "% c #A0E9AE", "& c #7AD651", "* c #0483B3", "= c #057CE0", "- c #459EDD", "; c #5FC83D", ": c #70D143", "> c #5596C6", ", c #64AFDE", "< c #6E8E94", "1 c #8C98B9", "2 c #318EDC", "3 c #2AAD2A", "4 c #55C42D", "5 c #7DD75D", "6 c #8EE070", "7 c #87BEE6", "8 c #C4E4EE", "9 c #ECFFFF", "0 c #CEF0F6", "q c #BDF2FE", "w c #9DC4ED", "e c #9D8EB0", "r c #34B31A", "t c #56C177", "y c #ABCFE8", "u c #FBFEFF", "i c #BFE8FF", "p c #BBEDFF", "a c #B5E7FF", "s c #C2F5FF", "d c #899FD2", "f c #1F7FD5", "g c #017DD3", "h c #0C9B27", "j c #17A0E6", "k c #BDDDED", "l c #B9E5FF", "z c #D1FFFF", "x c #DAFFFF", "c c #CFFDF6", "v c #8B8B91", "b c #2970CD", "n c #0066CC", "m c #018677", "M c #19A155", "N c #ADDFFF", "B c #C6F9FF", "V c #E1FFFF", "C c #F2FFFF", "Z c #717171", "A c #0055BB", "S c #006BCE", "D c #00813C", "F c #008400", "G c #E5FFFF", "H c #FCFFFF", "J c #003DA3", "K c #0049AF", "L c #0057BD", "P c #00769F", "I c #60C930", "U c #A5B8D5", "Y c #A8C8DB", "T c #53565D", "R c #1056B5", "E c #00389E", "W c #9F7F8D", "Q c #D57E3F", "! c #A3848F", "~ c #3E59AA", "^ c #758ACB", "/ c #6B79BD", "( c #747476", ") c #284EB4", "_ c #4360C6", "` c #4B65CB", "' c #224077", "] c #696976", "[ c #586ED4", "{ c #5069CF", "} c #6E6E9A", "| c #555972", " ", " . X o O + ", " @ # $ % & O * = - ", " ; : # $ $ @ o > , < 1 ", " 2 3 4 5 # 6 7 8 9 0 q w e ", " 2 * r 4 ; t y u i p a s d ", " f g h 3 3 j k l q z x c y v ", " b n * m h M k N B V C V k Z ", " b A n S D F 1 B B G u H 1 Z ", " b J K L P I v U q z x Y T ", " R E E W Q ! ~ ~ ^ / T ( ", " b ! Q ! / ) _ ` ' ] ", " Q Q e d [ { ~ T Z ", " v W } | | | Z ", " ", " "};