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

  1. <window title="Login" width="fit">
  2.   <label align="center" title="Enter your YouTube user name and password."/>
  3.   <labelgroup title="User name:" width="fill">
  4.     <edit width="fill" name="user"/>
  5.   </labelgroup>
  6.   <labelgroup title="Password:" width="fill">
  7.     <password width="fill" name="password"/>
  8.     <group align="end">
  9.       <link title="Forgot user name" url="http://www.youtube.com/forgot_username?next=/" size="small"/>
  10.       <link title="Forgot password" url="http://www.youtube.com/forgot?next=/" size="small"/>
  11.     </group>
  12.   </labelgroup>
  13.   <buttongroup>
  14.     <button title="Log in" type="accept"/>
  15.     <button title="Cancel" type="cancel"/>
  16.   </buttongroup>
  17. </window>
  18.