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

  1. <window title="New Backup Set" width="fit">
  2.   <labelgroup title="Name:" width="fill">
  3.     <edit name="name" width="fill"/>
  4.   </labelgroup>
  5.   <labelgroup title="Backup type:" name="typegroup">
  6.     <radiogroup name="type">
  7.       <radio title="CD or DVD backup"/>
  8.       <radio title="Disk-to-disk backup (for external and network drives)"/>
  9.     </radiogroup>
  10.     <group>
  11.       <bind attr="enabled" source="type"/>
  12.       <spacer amount="indent"/>
  13.       <browse title="Choose..." name="disk"/>
  14.     </group>
  15.   </labelgroup>
  16.   <labelgroup title="Files to backup:">
  17.     <radiogroup name="files">
  18.       <radio title="All file types"/>
  19.       <radio title="All pictures (exclude movies)"/>
  20.       <radio title="Only JPEGs with camera information"/>
  21.     </radiogroup>
  22.   </labelgroup>
  23.   <buttongroup>
  24.     <button title="Create" type="accept" name="ok"/>
  25.     <button title="Cancel" type="cancel"/>
  26.   </buttongroup>
  27. </window>
  28.