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

  1. <window title="Export to Folder" width="fit" focus="name">
  2.   <labelgroup title="Export location:">
  3.     <group>
  4.       <pathbox name="location"/>
  5.       <button title="Browse..." name="changeloc"/>
  6.     </group>
  7.   </labelgroup>
  8.   <labelgroup title="Name of exported folder:">
  9.     <edit width="fill" name="name" filter="filename"/>
  10.   </labelgroup>
  11.   <labelgroup title="Image size:">
  12.     <radiogroup name="sizeradio">
  13.       <radio title="Use original size"/>
  14.       <radio title="Resize to:"/>
  15.     </radiogroup>
  16.     <group width="fill">
  17.       <bind attr="enabled" source="sizeradio"/>
  18.       <spacer amount="indent"/>
  19.       <edit width="4em" name="sizetext" filter="digits">
  20.         <bind source="size" attr="title" list="320|480|640|800|1024|1200|1600"/>
  21.       </edit>
  22.       <label width="fit" title="pixels"/>
  23.       <slider min="0" max="6" ticks="7" width="fill" name="size"/>
  24.     </group>
  25.   </labelgroup>
  26.   <labelgroup title="Image quality:">
  27.     <group width="fill">
  28.       <popup name="quality" width="10em">
  29.         <item title="Automatic"/>
  30.         <item title="Normal"/>
  31.         <item title="Maximum"/>
  32.         <item title="Minimum"/>
  33.         <item title="Custom"/>
  34.       </popup>
  35.       <multi>
  36.         <bind source="quality" attr="value"/>
  37.         <label title="Preserves original image quality"/>
  38.         <label title="Good balance of quality and size"/>
  39.         <label title="Very large file size, preserves fine detail"/>
  40.         <label title="Smallest file size, some quality loss"/>
  41.         <slider min="0" max="20" ticks="21" name="qualslider" width="fill"/>
  42.       </multi>
  43.     </group>
  44.   </labelgroup>
  45.   <labelgroup title="Export movies using:">
  46.     <radiogroup name="movies">
  47.       <radio title="First frame"/>
  48.       <radio title="Full movie (no resizing)"/>
  49.     </radiogroup>
  50.   </labelgroup>
  51.   <labelgroup title="Watermark:">
  52.     <check title="Add watermark" name="usewatermark"/>
  53.     <group layout="column" width="fill">
  54.       <edit width="fill" name="watermark">
  55.         <bind attr="enabled" source="usewatermark"/>
  56.       </edit>
  57.       <label width="fill" size="small" title="Stamp photos with your name, a web domain, or a copyright notice."/>
  58.     </group>
  59.   </labelgroup>
  60.   <buttongroup>
  61.     <button title="Export" type="accept" name="export"/>
  62.     <button title="Cancel" type="cancel"/>
  63.   </buttongroup>
  64. </window>
  65.