³ò
0ŽGc           @   sÄ   d  d k  Z  d  d k Z  d  d k Z  d  d k Z d  d k Z d  d k Z d  d k Z d  d k Z d e  i	 f d „  ƒ  YZ
 e d j o: e  i ƒ  e  i ƒ  Z e
 ƒ  Z e i e ƒ e i ƒ  n d S(   iÿÿÿÿNt   wxGladeAboutBoxc           B   s   e  Z d  Z d d „ Z RS(   s  
    <html>
    <body bgcolor="%s">
    <!-- <font size="-1"> -->
    <center>
    <table align="center" width="380" border="2" cellspacing="0">
    <tr>
    <td align="center"><img src="%s">
    </td></tr>
    <tr><td bgcolor="#000000" align="center">
    <font color="#ffffff">Version %s on Python %s and wxPython %s
    </font>
    </td></tr>
    </table>
    </center>
    <!-- </font> -->
    <table border="0" cellpadding="0" cellspacing="0">
    <tr><td width="50"></td><td>
    <!-- <font size="-1"> -->
    <b><p>License: MIT (see <a href="show_license">license.txt</a>)</b><br>
    <!-- wxPyColourChooser code copyright (c) 2002-2004 <br>Michael Gilfix 
    (wxWindows license) -->
    <p>Home page:
    <a href="http://wxglade.sourceforge.net">http://wxglade.sourceforge.net</a>
    <p>For credits, see
    <a href="show_credits">credits.txt</a>.<!-- </font> --></td>
    </tr></table>
    </body>
    </html>
    c      
   C   s|  t  i i |  | d t d ƒ ƒ d t  i i f d „  ƒ  Y} | |  d d d ƒ} t i d d d	 ƒ o( y | i ƒ  WqŽ t	 j
 o qŽ Xn t
 i i ƒ  d
 } t i |  i ƒ  ƒ } t i i t i d ƒ } | i |  i | | t i | t  i f ƒ | i ƒ  } | i d
 t  i i ƒ | i | i ƒ  | i ƒ  f ƒ t  i t  i ƒ } | i | d
 t  i  t  i! Bd ƒ | i t  i" |  d ƒ d
 t  i# t  i$ Bt  i% Bd ƒ t  i t  i& ƒ }	 t  i' |  t  i( t d ƒ ƒ }
 |
 i) ƒ  |	 i |
 ƒ t  i* d j o
 d } n d
 } | i |	 d
 t  i+ t  i, Bd | ƒ |  i- t. ƒ |  i/ | ƒ | i0 |  ƒ |  i1 ƒ  | o |  i2 ƒ  n |  i3 ƒ  d  S(   Niÿÿÿÿs   About wxGladet   HtmlWinc           B   s   e  Z d  „  Z RS(   c      	   S   s¿  | i  ƒ  } | d j o¸ d d k l } y^ t t i i t i d ƒ ƒ } | |  | i	 ƒ  t
 d ƒ ƒ } | i ƒ  | i ƒ  | i ƒ  Wq»t j
 o7 t i t
 d ƒ t
 d ƒ t i t i Bt i Bƒ q»Xnë | d j o¸ d d k l } y^ t t i i t i d	 ƒ ƒ } | |  | i	 ƒ  t
 d
 ƒ ƒ } | i ƒ  | i ƒ  | i ƒ  Wq»t j
 o7 t i t
 d ƒ t
 d ƒ t i t i Bt i Bƒ q»Xn& d d  k } | i | i  ƒ  d t ƒd  S(   Nt   show_licenseiÿÿÿÿ(   t   ScrolledMessageDialogs   license.txts   wxGlade - Licensesa   Can't find the license!
You can get a copy at 
http://www.opensource.org/licenses/mit-license.phpt   Errort   show_creditss   credits.txts   wxGlade - Creditss   Can't find the credits file!
s   Oops!t   new(   t   GetHreft   wx.lib.dialogsR   t   opent   ost   patht   joint   commont   wxglade_patht   readt   _t   closet	   ShowModalt   Destroyt   IOErrort   wxt
   MessageBoxt   OKt   CENTREt   ICON_EXCLAMATIONt
   webbrowsert   True(   t   selft   linkinfot   hrefR   t   licenset   dlgt   creditsR   (    (    s;   C:\Python25\Lib\site-packages\_spe\plugins\wxGlade\about.pyt   OnLinkClicked3   s<    

	!

!(   t   __name__t
   __module__R"   (    (    (    s;   C:\Python25\Lib\site-packages\_spe\plugins\wxGlade\about.pyR   2   s   t   sizei  i   i   i   i    s   icons/wxglade_small.pngi
   i   R   t	   __WXGTK__(   i  iÿÿÿÿ(4   R   t   Dialogt   __init__R   t   htmlt
   HtmlWindowt   misct   check_wx_versiont   SetStandardFontst   AttributeErrort   syst   versiont   splitt   color_to_stringt   GetBackgroundColourR
   R   R   R   R   t   SetPaget   textt   __version__t   GetInternalRepresentationt	   SetIndentt   HTML_INDENT_ALLt   SetSizet   GetWidtht	   GetHeightt   BoxSizert   VERTICALt   Addt   TOPt   ALIGN_CENTERt
   StaticLinet   LEFTt   RIGHTt   EXPANDt
   HORIZONTALt   Buttont   ID_OKt
   SetDefaultt   Platformt   ALLt   ALIGN_RIGHTt   SetAutoLayoutR   t   SetSizert   Fitt   Layoutt   CenterOnParentt   CenterOnScreen(   R   t   parentR   R)   t
   py_versiont   bgcolort	   icon_patht   irt   szrt   szr2t   btnt   extra_border(    (    s;   C:\Python25\Lib\site-packages\_spe\plugins\wxGlade\about.pyR(   0   sD    #		 3

$
N(   R#   R$   R5   t   NoneR(   (    (    (    s;   C:\Python25\Lib\site-packages\_spe\plugins\wxGlade\about.pyR       s   t   __main__(   R   t   wx.htmlt   wx.lib.wxpTagR   R+   t   os.pathR
   R/   t   gettextR'   R    R#   t   InitAllImageHandlerst   PySimpleAppt   appt   dt   SetTopWindowR   (    (    (    s;   C:\Python25\Lib\site-packages\_spe\plugins\wxGlade\about.pys   <module>	   s   <i
	