error.xpm 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189
  1. /*
  2. * error.xpm
  3. *
  4. * $Id$
  5. *
  6. * ODBC logo in XPM format
  7. *
  8. * The iODBC driver manager.
  9. *
  10. * Copyright (C) 1996-2021 OpenLink Software <[email protected]>
  11. * All Rights Reserved.
  12. *
  13. * This software is released under the terms of either of the following
  14. * licenses:
  15. *
  16. * - GNU Library General Public License (see LICENSE.LGPL)
  17. * - The BSD License (see LICENSE.BSD).
  18. *
  19. * Note that the only valid version of the LGPL license as far as this
  20. * project is concerned is the original GNU Library General Public License
  21. * Version 2, dated June 1991.
  22. *
  23. * While not mandated by the BSD license, any patches you make to the
  24. * iODBC source code may be contributed back into the iODBC project
  25. * at your discretion. Contributions will benefit the Open Source and
  26. * Data Access community as a whole. Submissions may be made at:
  27. *
  28. * http://www.iodbc.org
  29. *
  30. *
  31. * GNU Library Generic Public License Version 2
  32. * ============================================
  33. * This library is free software; you can redistribute it and/or
  34. * modify it under the terms of the GNU Library General Public
  35. * License as published by the Free Software Foundation; only
  36. * Version 2 of the License dated June 1991.
  37. *
  38. * This library is distributed in the hope that it will be useful,
  39. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  40. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  41. * Library General Public License for more details.
  42. *
  43. * You should have received a copy of the GNU Library General Public
  44. * License along with this library; if not, write to the Free
  45. * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
  46. *
  47. *
  48. * The BSD License
  49. * ===============
  50. * Redistribution and use in source and binary forms, with or without
  51. * modification, are permitted provided that the following conditions
  52. * are met:
  53. *
  54. * 1. Redistributions of source code must retain the above copyright
  55. * notice, this list of conditions and the following disclaimer.
  56. * 2. Redistributions in binary form must reproduce the above copyright
  57. * notice, this list of conditions and the following disclaimer in
  58. * the documentation and/or other materials provided with the
  59. * distribution.
  60. * 3. Neither the name of OpenLink Software Inc. nor the names of its
  61. * contributors may be used to endorse or promote products derived
  62. * from this software without specific prior written permission.
  63. *
  64. * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  65. * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  66. * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  67. * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL OPENLINK OR
  68. * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
  69. * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
  70. * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
  71. * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
  72. * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
  73. * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  74. * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  75. */
  76. /* XPM */
  77. static char * error_xpm[] = {
  78. "48 48 62 1",
  79. " c None",
  80. ". c #B6DAB6DAB6DA",
  81. "X c #D75CD75CD75C",
  82. "o c #C71BC71BC71B",
  83. "O c #BEFBBAEABEFB",
  84. "+ c #BEFBBEFBBEFB",
  85. "@ c #8E388E388E38",
  86. "# c #CF3CCB2BCF3C",
  87. "$ c #AEBAAEBAAEBA",
  88. "% c #DF7DDB6CDF7D",
  89. "& c #E79DE79DE79D",
  90. "* c #EFBEEBADEFBE",
  91. "= c #F7DEF7DEF7DE",
  92. "- c #DF7DDF7DDF7D",
  93. "; c #EFBEEFBEEFBE",
  94. ": c #FFFFFBEEFFFF",
  95. "> c #965896589658",
  96. ", c #CF3CCF3CCF3C",
  97. "< c #410341034103",
  98. "1 c #104014511040",
  99. "2 c #71C675D671C6",
  100. "3 c #8E388A288E38",
  101. "4 c #71C671C671C6",
  102. "5 c #9E799E799E79",
  103. "6 c #618561856185",
  104. "7 c #AEBAA699AEBA",
  105. "8 c #A699A289A699",
  106. "9 c #69A66DB669A6",
  107. "0 c #861782078617",
  108. "q c #9E799A699E79",
  109. "w c #A699A699A699",
  110. "e c #596559655965",
  111. "r c #69A669A669A6",
  112. "t c #514455555144",
  113. "y c #861786178617",
  114. "u c #492449244924",
  115. "i c #69A6659569A6",
  116. "p c #618565956185",
  117. "a c #79E779E779E7",
  118. "s c #28A228A228A2",
  119. "d c #082008200820",
  120. "f c #965892489658",
  121. "g c #410345144103",
  122. "h c #30C234D330C2",
  123. "j c #104010401040",
  124. "k c #71C679E771C6",
  125. "l c #BEFBB6DABEFB",
  126. "z c #30C230C230C2",
  127. "x c #208120812081",
  128. "c c #000000000000",
  129. "v c #38E338E338E3",
  130. "b c #208124922081",
  131. "n c #514451445144",
  132. "m c #186118611861",
  133. "M c #596555555965",
  134. "N c #A699AAAAA699",
  135. "B c #BEFBBAEAB6DA",
  136. "V c #E79DE38DE79D",
  137. "C c #CF3CCB2BC71B",
  138. "Z c #59655D755965",
  139. "A c #B6DAB2CAB6DA",
  140. "S c #000004100000",
  141. " .X..o .o O + @@ # $+ +.OXo ",
  142. ".#%$+&*=%oX--;:.O&>- #;,+,;&&%-.oOo#%*&:&+. ",
  143. "OO#%+-*& ::*-&;::,*;&*=+$O +$$ O$O$#+,- ",
  144. " -%-&=%&-== : -=;=#$. #O+OXX-O%X X%O$++ ",
  145. " o=:X+X*;&,%;##-&,;: ;+&=:-, &# &=&-%X:*&;;;<12 ",
  146. "O :;: ,34- +.X*X=-* -- X* ::;-;o#&:XoX ,X 5236 ",
  147. "*- ==:-78- -9O05**%+qO%;- %&&w0> q $werty u0 ",
  148. "+ :=+%=:+#OX-O X: :*y4i>*;yqq@524t6p>@03ya s 22",
  149. "=::##4 o3+@y+ & = **w%%- +4 5>56w5eya3p> 62rdr",
  150. "#& o%*:O$X*$e@+ : q a0=-0f5p>agg rhs 5j<0s1hd<<",
  151. "X=; kl=%,.o $ $<z5yq.:.0 q@ur3uxrh02ztcd6vuth",
  152. ".*;Xatt3X 2r3 ; qhq5@@ . r >r6s0h56bjxv<<n<erz3",
  153. " &. @0>032pwqhu>+ 65u1cxuhh21mueytssh3>s ",
  154. " $&--$ o3q#,a0a1cy1sxxcchr<drhxdub4ureapw<tt<h5 ",
  155. "O-O,- 250tea0w64g2h.3t6hsquh 2c<nch> 6> 35 ",
  156. " +,;O*+%+y5y0wo$M>#*5>d6 4<6rd<x1u66s<>2 ",
  157. " , $ %&#+O .+O+22>Oz=0td<d>3sx ",
  158. " $o%#X-.++$O$ q>g Xs:&txxu xh5 ",
  159. " .o &# oX**+y 3rO64qxdsusr ",
  160. " $$ +...&6@r03$v1@ du><3 ",
  161. " $ $+.a 0hq&5<1t1u5r<5 ",
  162. " #X-q+o2re h<6c0>0<t<> ",
  163. " .+,#X--%;;$y 5g05>w >u<sxx>s> ",
  164. " .$O+,*;++.2w2 s0qyw q>@avd3 ",
  165. " O:*;=&&XX#.,$-%*=+ $.2y4prajr@> ",
  166. " .X.+.;:=;,=-.rX> > .-fNw>+@>w6buqew ",
  167. " $.-,-X ,-ow%-*,o&%@=B,t+ ;a5htu6p> ",
  168. " $O+%+$&:& >+#%*:VXC ; #epgdc<sapp4 ",
  169. " .+##:&X:+@ ZA;X&%&0yt#q0 ugrv<cr6nr ",
  170. " $.OO+oo=&**3$v<@<n2csS<nhmzvjSv4t2 ",
  171. " %. *.%:;&.8fre4o64m#wdSz1xcdsxvu3 ",
  172. " %;%&..o:;O2 y4bna0xx02bch<c1hu15 ",
  173. " $ $+X4@ mxc1nh61cdcd1cduhr5 ",
  174. " >Ora6mcddxccxmh6636<r ",
  175. " X-2ar3mbd1d<nn6y5 5 ",
  176. " ; @b3ccccchr> ",
  177. " ;.# g3v11dx , ",
  178. " *O:&u06tduu%. ",
  179. " $* :@rrpd1o:$ ",
  180. " X <t2hcx4% ",
  181. " $*=*gs@duhu0,. ",
  182. " O* ;o$<5sd11w+w< ",
  183. " * 5>-d s1uusxh1t ",
  184. " $+; - ;< hsvuthust6 ",
  185. " .+#o ,,&,*=o%Xq. 2@at1tccr2 >5 30 ",
  186. " +*-,&-*:* ;;%Xw.=,55ux0-x6611ddhss2ssu1< ",
  187. " $ . .oX3w0q4rap5az2ey >t<<r1<5rrh ",
  188. " q5 34 5 w 5> "};