as_gfx/rowdeld.xpm

Wed, 07 Jan 2009 18:49:25 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 07 Jan 2009 18:49:25 +0100
changeset 12
ceb4ba3d2d00
parent 3
c1941114ca88
permissions
-rw-r--r--

Bump copyright year number.

michael@1 1 /*
michael@1 2 ** OSSP asgui - Accounting system graphical user interface
michael@12 3 ** Copyright (c) 2002-2009 The OSSP Project (http://www.ossp.org/)
michael@12 4 ** Copyright (c) 2002-2009 Ralf S. Engelschall <rse@engelschall.com>
michael@12 5 ** Copyright (c) 2002-2009 Michael Schloh von Bennewitz <michael@schloh.com>
michael@12 6 ** Copyright (c) 2002-2009 Cable & Wireless Telecommunications Services GmbH
michael@1 7 **
michael@1 8 ** This file is part of OSSP asgui, an accounting system graphical user
michael@3 9 ** interface which can be found at http://asgui.europalab.com/.
michael@1 10 **
michael@1 11 ** Permission to use, copy, modify, and distribute this software for
michael@1 12 ** any purpose with or without fee is hereby granted, provided that
michael@1 13 ** the above copyright notice and this permission notice appear in all
michael@1 14 ** copies.
michael@1 15 **
michael@1 16 ** THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
michael@1 17 ** WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
michael@1 18 ** MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
michael@1 19 ** IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR
michael@1 20 ** CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
michael@1 21 ** SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
michael@1 22 ** LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
michael@1 23 ** USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
michael@1 24 ** ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
michael@1 25 ** OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
michael@1 26 ** OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
michael@1 27 ** SUCH DAMAGE.
michael@1 28 **
michael@1 29 ** rowdeld.xpm: X pixmap image
michael@1 30 */
michael@1 31
michael@1 32 /* XPM */
michael@1 33 static const char *s_kpcDrowdel_xpm[] = {
michael@1 34 "22 22 59 1",
michael@1 35 " g None",
michael@1 36 ". g #BBBBBB",
michael@1 37 "+ g #B2B2B2",
michael@1 38 "@ g #ACACAC",
michael@1 39 "# g #A5A5A5",
michael@1 40 "$ g #919191",
michael@1 41 "% g #E7E7E7",
michael@1 42 "& g #FDFDFD",
michael@1 43 "* g #9A9A9A",
michael@1 44 "= g #A1A1A1",
michael@1 45 "- g #CBCBCB",
michael@1 46 "; g #D8D8D8",
michael@1 47 "> g #7F7F7F",
michael@1 48 ", g #FCFCFC",
michael@1 49 "' g #FAFAFA",
michael@1 50 ") g #B5B5B5",
michael@1 51 "! g #C9C9C9",
michael@1 52 "~ g #DDDDDD",
michael@1 53 "{ g #C8C8C8",
michael@1 54 "] g #A4A4A4",
michael@1 55 "^ g #BFBFBF",
michael@1 56 "/ g #AEAEAE",
michael@1 57 "( g #B8B8B8",
michael@1 58 "_ g #F7F7F7",
michael@1 59 ": g #F5F5F5",
michael@1 60 "< g #F3F3F3",
michael@1 61 "[ g #C6C6C6",
michael@1 62 "} g #D7D7D7",
michael@1 63 "| g #AFAFAF",
michael@1 64 "1 g #C2C2C2",
michael@1 65 "2 g #A0A0A0",
michael@1 66 "3 g #BEBEBE",
michael@1 67 "4 g #C5C5C5",
michael@1 68 "5 g #EBEBEB",
michael@1 69 "6 g #D1D1D1",
michael@1 70 "7 g #E9E9E9",
michael@1 71 "8 g #E8E8E8",
michael@1 72 "9 g #C1C1C1",
michael@1 73 "0 g #D0D0D0",
michael@1 74 "a g #A9A9A9",
michael@1 75 "b g #B1B1B1",
michael@1 76 "c g #B4B4B4",
michael@1 77 "d g #E2E2E2",
michael@1 78 "e g #E3E3E3",
michael@1 79 "f g #CCCCCC",
michael@1 80 "g g #ABABAB",
michael@1 81 "h g #E1E1E1",
michael@1 82 "i g #E0E0E0",
michael@1 83 "j g #BCBCBC",
michael@1 84 "k g #CACACA",
michael@1 85 "l g #D9D9D9",
michael@1 86 "m g #DBDBDB",
michael@1 87 "n g #DEDEDE",
michael@1 88 "o g #BDBDBD",
michael@1 89 "p g #999999",
michael@1 90 "q g #909090",
michael@1 91 "r g #DADADA",
michael@1 92 "s g #AAAAAA",
michael@1 93 "t g #C7C7C7",
michael@1 94 " .+@@@@@@@@@@@@@#$ ",
michael@1 95 " .%&&&*=&&&&&&&-&&;> ",
michael@1 96 " @,'''=)'''''''!''~> ",
michael@1 97 " @!{{{]^{{{{{{{/{{(> ",
michael@1 98 " @_:::]^:::::::{::;> ",
michael@1 99 " @:<<<]^<<<<<<<[<<}> ",
michael@1 100 " @*=]]|11|]]]]]]]]]> ",
michael@1 101 " @2)^^1{{13^^^^^^^^> ",
michael@1 102 "4@55555555555551556> ",
michael@1 103 "4@78777777787779770> ",
michael@1 104 "4@^^^^^^^^^^^^^a^^b> ",
michael@1 105 "4c8dddddeedddee3eef> ",
michael@1 106 ">>>>>>>>>>ghiiijiik> ",
michael@1 107 ">lllmllllb>n...#../> ",
michael@1 108 ">l1oooooop>liii3iif> ",
michael@1 109 ">b2222222q>;iiijiik> ",
michael@1 110 ">>>>>>>>>>]l...#../> ",
michael@1 111 "44}rrrrrrrrrrrr3rrf> ",
michael@1 112 " @4rrrrrrrrrrrr3rrf> ",
michael@1 113 " @ 111111111111s13t> ",
michael@1 114 " @>>>>>>>>>>>>>>>>>> ",
michael@1 115 " "};

mercurial