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

  1. <window width="fit">
  2.   <labelgroup title="Name:" name="namelabel">
  3.     <edit name="name" filter="filename"/>
  4.   </labelgroup>
  5.   <labelgroup title="Date:">
  6.     <group layout="row">
  7.       <date name="date"/>
  8.       <button title="Automatic date" name="autodate"/>
  9.     </group>
  10.   </labelgroup>
  11.   <labelgroup title="Music:">
  12.     <check title="Use music for Slideshow and Movie presentation:" name="usemusic"/>
  13.     <group layout="row" width="fill">
  14.       <spacer amount="indent"/>
  15.       <browse title="Browse..." name="music" win_filter="Music files|*.mp3;*.wma" mac_filter="Music files|*.mp3;*.m4a">
  16.         <bind attr="enabled" source="usemusic"/>
  17.       </browse>
  18.     </group>
  19.   </labelgroup>
  20.   <labelgroup title="Place taken (optional):">
  21.     <edit name="location"/>
  22.   </labelgroup>
  23.   <labelgroup title="Description (optional):">
  24.     <edit height="3li" name="caption"/>
  25.   </labelgroup>
  26.   <buttongroup>
  27.     <button title="OK" type="accept" name="ok"/>
  28.     <button title="Cancel" type="cancel"/>
  29.   </buttongroup>
  30. </window>
  31.