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