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

  1. <window title="People" width="fit">
  2.  
  3.   <group layout="row">
  4.     <group layout="column">
  5.       <labelgroup title="Search:" width="fill">
  6.         <edit width="fill" name="search"/>
  7.       </labelgroup>
  8.  
  9.       <labelgroup title="" width="fill">
  10.         <list name="contacts" width="250" height="17li" scroll="v" header="hide">
  11.           <column width="fill"/>
  12.         </list>
  13.       </labelgroup>
  14.       <group align="end">
  15.         <button title="Delete Person" name="delete"/>
  16.         <button title="New Person" name="create"/>
  17.       </group>
  18.     </group>
  19.  
  20.     <group layout="column">
  21.       <labelgroup title="" width="fill">
  22.         <label/>
  23.       </labelgroup>
  24.       <labelgroup title="" width="fill">
  25.         <group>
  26.           <printpreview width="32" height="32" name="thumb"/>
  27.           <group layout="column">
  28.             <label width="fill" name="count"/>
  29.             <label title="Online Contact" width="fill" name="online_contact"/>
  30.           </group>
  31.         </group>
  32.       </labelgroup>
  33.       <labelgroup title="Name:" width="fill">
  34.         <edit width="250" name="fullname"/>
  35.       </labelgroup>
  36.       <labelgroup title="Nickname:" width="fill">
  37.         <edit width="fill" name="nickname"/>
  38.       </labelgroup>
  39.       <labelgroup title="Email(s):" width="fill">
  40.         <edit name="emails" height="3li" scroll="v" width="fill"/>
  41.         <check title="Sync with Contacts and Web Albums" name="sync"/>
  42.       </labelgroup>
  43.       <!--
  44.       <labelgroup title="Album ID:" width="fill" name="album_id_group">
  45.         <label width="fill" name="album_id"/>
  46.       </labelgroup>
  47.       <labelgroup title="Contact ID:" width="fill" name="contact_id_group">
  48.         <label width="fill" name="contact_id"/>
  49.       </labelgroup>
  50.       <labelgroup title="Focus ID:"  width="fill" name="focus_id_group">
  51.         <label width="fill" name="focus_id"/>
  52.       </labelgroup>
  53.       <labelgroup title="Subject ID:" width="fill" name="subject_id_group">
  54.         <label width="fill" name="subject_id"/>
  55.       </labelgroup>
  56.       !-->
  57.       <group align="end">
  58.         <label name="status" width="fill" text-align="right"/>
  59.         <button title="Revert" name="revert"/>
  60.       </group>
  61.     </group>
  62.   </group>
  63.  
  64.   <separator/>
  65.  
  66.   <group>
  67.     <button title="Manage Online Contacts" name="online"/>
  68.     <buttongroup width="fill">
  69.       <button title="OK" type="accept" name="ok"/>
  70.       <button title="Cancel" type="cancel" name="cancel"/>
  71.     </buttongroup>
  72.   </group>
  73. </window>
  74.