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

  1. <window title="Review for Printing" layout="row" width="fit">
  2.   <group layout="column" width="fit" height="fill">
  3.     <label title="{CPrintDlg::toosmall}Some of your pictures are too small to print well.  You can remove these pictures, print them anyway, or cancel and change the print size." width="fill" name="overall"/>
  4.     <list height="10li" max-height="fill"  name="list" width="fill" header="hide" scroll="v">
  5.       <column width="fill"/>
  6.     </list>
  7.     <group>
  8.       <button title="Remove Selected" name="remove"/>
  9.       <button title="Remove Low Quality Pictures" name="removeall"/>
  10.     </group>
  11.   </group>
  12.   <group layout="column" align="end" width="15em">
  13.     <label title="Image Preview" name="top" width="fill" text-align="center"/>
  14.     <printpreview width="fill" name="preview"/>
  15.     <label title="Info" name="bottom" width="fill" height="2li" text-align="center" size="small"/>
  16.     <buttongroup>
  17.       <button title="OK" type="accept"/>
  18.       <button title="Cancel" type="cancel"/>
  19.     </buttongroup>
  20.   </group>
  21. </window>
  22.