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

  1. <window title="Add Custom Aspect Ratio" width="fit">
  2.   <group layout="column">
  3.     <labelgroup title="Dimensions:" width="fill">
  4.       <group layout="row">
  5.         <edit width="3em" name="width"/>
  6.         <label title="  x  "/>
  7.         <edit width="3em" name="height"/>
  8.       </group>
  9.     </labelgroup>
  10.     <labelgroup title="Name:" width="fill">
  11.       <edit width="13em" name="title"/>
  12.     </labelgroup>
  13.     <labelgroup title="Example:" width="fill">
  14.       <label title="   4 x 6   Small print"/>
  15.     </labelgroup>
  16.   </group>
  17.  
  18.   <buttongroup width="fill">
  19.     <button title="OK" type="accept" name="ok"/>
  20.     <button title="Cancel" type="cancel" name="cancel"/>
  21.   </buttongroup>
  22. </window>
  23.