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

  1. <window title="Import Albums from Web Albums" width="fit">
  2.   <label width="fill" title="Pictures in the Web Albums checked below will download to your computer once you click the OK button. They will automatically be organized into folders based on the album names."/>
  3.   <label title="You have 100 Web Albums online." name="albumcount" width="fill"/>
  4.   <radiogroup name="importall">
  5.     <radio title="Import all albums"/>
  6.     <radio title="Import selected albums:"/>
  7.   </radiogroup>
  8.   <group layout="row" width="fill">
  9.     <bind attr="enabled" source="importall"/>
  10.     <spacer amount="indent"/>
  11.     <group layout="column">
  12.       <list name="albums" max-width="fill" height="6li" scroll="v" checkboxes="true">
  13.         <column title="Name"  width="15em"/>
  14.         <column title="Date" width="15em"/>
  15.       </list>
  16.     </group>
  17.   </group>
  18.   <label title="(NOTE: Only pictures that are not already on your computer will be downloaded)" width="fill"/>
  19.   <buttongroup>
  20.     <button title="OK" type="accept" name="ok"/>
  21.     <button title="Cancel" type="cancel"/>
  22.   </buttongroup>
  23. </window>
  24.