home *** CD-ROM | disk | FTP | other *** search
/ Chip 2011 November / CHIP_2011_11.iso / Programy / Narzedzia / Picasa / picasa38-setup.exe / runtime / genericlogin.fen < prev    next >
Encoding:
Picasa Windows info  |  2011-02-07  |  920 b   |  27 lines

  1. <window title="Login" width="fit">
  2.   <label align="start" width="fill" name="status"/>
  3.  
  4.   <labelgroup title="Email:" name="emaillabel">
  5.     <edit width="fill" name="username"/>
  6.     <spacer amount=".2em"/>
  7.     <link align="end" size="small" title="Create an account..." url="http://www.google.com" name="createlink"/>
  8.   </labelgroup>
  9.  
  10.   <labelgroup title="Password:">
  11.     <password width="fill" name="password"/>
  12.     <spacer amount=".2em"/>
  13.     <link align="end" size="small" title="Forgot your password?" url="http://www.google.com" name="forgotlink"/>
  14.     <group>
  15.       <check title="Save Password" name="savepassword"/>
  16.       <spacer amount="4em"/>
  17.       <label align="end" title="Login secured by SSL" size="small"/>
  18.     </group>
  19.   </labelgroup>
  20.  
  21.   <buttongroup>
  22.     <button title="Log in" type="accept" name="accept"/>
  23.     <button title="Cancel" type="cancel"/>
  24.   </buttongroup>
  25.  
  26. </window>
  27.