~ubuntu-branches/ubuntu/precise/boinc/precise

« back to all changes in this revision

Viewing changes to clientgui/res/skins/default/graphic/help_button.xpm

Tags: 6.12.8+dfsg-1
* New upstream release.
* Simplified debian/rules

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
// Berkeley Open Infrastructure for Network Computing
2
 
// http://boinc.berkeley.edu
3
 
// Copyright (C) 2005 University of California
4
 
//
5
 
// This is free software; you can redistribute it and/or
6
 
// modify it under the terms of the GNU Lesser General Public
7
 
// License as published by the Free Software Foundation;
8
 
// either version 2.1 of the License, or (at your option) any later version.
9
 
//
10
 
// This software is distributed in the hope that it will be useful,
11
 
// but WITHOUT ANY WARRANTY; without even the implied warranty of
12
 
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
13
 
// See the GNU Lesser General Public License for more details.
14
 
//
15
 
// To view the GNU Lesser General Public License visit
16
 
// http://www.gnu.org/copyleft/lesser.html
17
 
// or write to the Free Software Foundation, Inc.,
18
 
// 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
19
 
 
20
 
/* XPM */
21
 
static char *help_button_xpm[] = {
22
 
/* columns rows colors chars-per-pixel */
23
 
"18 18 58 1",
24
 
"0 c #6370B5",
25
 
"v c #707FBA",
26
 
". c #B8E0E4",
27
 
"r c #94AED1",
28
 
"3 c #333399",
29
 
"# c #B8DAE2",
30
 
"x c #7777BB",
31
 
"f c #BBBBDD",
32
 
"u c #FFFFFF",
33
 
"s c #6E7FBB",
34
 
"> c #92AED1",
35
 
"O c #B6DDE2",
36
 
"o c #B6DDE6",
37
 
"@ c #B6DAE2",
38
 
"a c #B6DAE6",
39
 
"X c #B9DEE2",
40
 
"; c #5058A9",
41
 
"h c #5058AA",
42
 
"2 c #393B9C",
43
 
"4 c #393B9D",
44
 
"5 c #6F80BA",
45
 
"w c #6F80BC",
46
 
"d c #6969B4",
47
 
"i c #ADADD6",
48
 
"j c #F1F1F8",
49
 
"& c #707EBA",
50
 
"M c #6E7EBA",
51
 
"= c #3B3D9D",
52
 
"- c #3B3D9E",
53
 
"6 c #A7CADB",
54
 
", c #BBDAE3",
55
 
"c c #717FBC",
56
 
"y c #E4E4F1",
57
 
"9 c #6270B5",
58
 
"+ c #B9DDE6",
59
 
": c #6F7FBA",
60
 
"7 c #BEDEE7",
61
 
"$ c #B9DAE6",
62
 
"8 c #AAC5DA",
63
 
"n c #6371B3",
64
 
"z c #9292C9",
65
 
"B c #5158A9",
66
 
"< c #A8C5DC",
67
 
"m c #A6C8D9",
68
 
"V c #94AFCE",
69
 
"q c #A6C8DC",
70
 
"N c #A6C5DC",
71
 
"p c #94ACD1",
72
 
"1 c #6E80BC",
73
 
"% c #92ACD1",
74
 
"  c #BBDCE3",
75
 
"* c #5059A9",
76
 
"b c #6F81BB",
77
 
"g c #6F7EBB",
78
 
"e c #6F7EBC",
79
 
"k c #4141A0",
80
 
"t c #8585C2",
81
 
"l c #C9C9E4",
82
 
/* pixels */
83
 
" .X.oO.Xo+@O#$OX.X",
84
 
". Oo$%&*=-;:>+$.@$",
85
 
"X,+<12333333456++7",
86
 
"$o8933333333330q..",
87
 
".Xw333333333333e#$",
88
 
"+r4333tyuui33332pO",
89
 
"as333duf3duf3333g+",
90
 
"$h33333333jy3333*O",
91
 
".=333333kluz3333=.",
92
 
"$=33333kyjt33333- ",
93
 
"o*33333xuz333333h.",
94
 
"+c33333333333333v@",
95
 
"$>43333xuz333334r+",
96
 
".,b3333xuz33333boo",
97
 
"@Oqn333333333396aO",
98
 
"XoomM23333332wNa,@",
99
 
"OO  +rg;-=BMVo+O++",
100
 
".+ .X#$+Oo.O$@o@,o"
101
 
};
 
1
// Berkeley Open Infrastructure for Network Computing
 
2
// http://boinc.berkeley.edu
 
3
// Copyright (C) 2005 University of California
 
4
//
 
5
// This is free software; you can redistribute it and/or
 
6
// modify it under the terms of the GNU Lesser General Public
 
7
// License as published by the Free Software Foundation;
 
8
// either version 2.1 of the License, or (at your option) any later version.
 
9
//
 
10
// This software is distributed in the hope that it will be useful,
 
11
// but WITHOUT ANY WARRANTY; without even the implied warranty of
 
12
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
13
// See the GNU Lesser General Public License for more details.
 
14
//
 
15
// To view the GNU Lesser General Public License visit
 
16
// http://www.gnu.org/copyleft/lesser.html
 
17
// or write to the Free Software Foundation, Inc.,
 
18
// 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 
19
 
 
20
/* XPM */
 
21
static const char *help_button_xpm[] = {
 
22
/* columns rows colors chars-per-pixel */
 
23
"18 18 58 1",
 
24
"0 c #6370B5",
 
25
"v c #707FBA",
 
26
". c #B8E0E4",
 
27
"r c #94AED1",
 
28
"3 c #333399",
 
29
"# c #B8DAE2",
 
30
"x c #7777BB",
 
31
"f c #BBBBDD",
 
32
"u c #FFFFFF",
 
33
"s c #6E7FBB",
 
34
"> c #92AED1",
 
35
"O c #B6DDE2",
 
36
"o c #B6DDE6",
 
37
"@ c #B6DAE2",
 
38
"a c #B6DAE6",
 
39
"X c #B9DEE2",
 
40
"; c #5058A9",
 
41
"h c #5058AA",
 
42
"2 c #393B9C",
 
43
"4 c #393B9D",
 
44
"5 c #6F80BA",
 
45
"w c #6F80BC",
 
46
"d c #6969B4",
 
47
"i c #ADADD6",
 
48
"j c #F1F1F8",
 
49
"& c #707EBA",
 
50
"M c #6E7EBA",
 
51
"= c #3B3D9D",
 
52
"- c #3B3D9E",
 
53
"6 c #A7CADB",
 
54
", c #BBDAE3",
 
55
"c c #717FBC",
 
56
"y c #E4E4F1",
 
57
"9 c #6270B5",
 
58
"+ c #B9DDE6",
 
59
": c #6F7FBA",
 
60
"7 c #BEDEE7",
 
61
"$ c #B9DAE6",
 
62
"8 c #AAC5DA",
 
63
"n c #6371B3",
 
64
"z c #9292C9",
 
65
"B c #5158A9",
 
66
"< c #A8C5DC",
 
67
"m c #A6C8D9",
 
68
"V c #94AFCE",
 
69
"q c #A6C8DC",
 
70
"N c #A6C5DC",
 
71
"p c #94ACD1",
 
72
"1 c #6E80BC",
 
73
"% c #92ACD1",
 
74
"  c #BBDCE3",
 
75
"* c #5059A9",
 
76
"b c #6F81BB",
 
77
"g c #6F7EBB",
 
78
"e c #6F7EBC",
 
79
"k c #4141A0",
 
80
"t c #8585C2",
 
81
"l c #C9C9E4",
 
82
/* pixels */
 
83
" .X.oO.Xo+@O#$OX.X",
 
84
". Oo$%&*=-;:>+$.@$",
 
85
"X,+<12333333456++7",
 
86
"$o8933333333330q..",
 
87
".Xw333333333333e#$",
 
88
"+r4333tyuui33332pO",
 
89
"as333duf3duf3333g+",
 
90
"$h33333333jy3333*O",
 
91
".=333333kluz3333=.",
 
92
"$=33333kyjt33333- ",
 
93
"o*33333xuz333333h.",
 
94
"+c33333333333333v@",
 
95
"$>43333xuz333334r+",
 
96
".,b3333xuz33333boo",
 
97
"@Oqn333333333396aO",
 
98
"XoomM23333332wNa,@",
 
99
"OO  +rg;-=BMVo+O++",
 
100
".+ .X#$+Oo.O$@o@,o"
 
101
};