home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2003 August / VPR0308.ISO / ADOBEREADER60 / Installer / Data1.cab / PPKLite.JPN / EXVW / 20230 < prev    next >
Text File  |  2003-05-21  |  729b  |  21 lines

  1. gListWidth = max_char_width() * 20;
  2. gListHeight = gEditTextHeight * 4;
  3.  
  4. dialog( name: '$$$/Dialogs/ImportMultipleContacts/Title' )
  5. {
  6.     view( align_children: align_left )
  7.     {
  8.         cluster(alignment: align_fill, align_children: align_left, name: '$$$/Dialogs/ImportMultipleContacts/ContactsCluster')
  9.         {
  10.             list_box( item_id: 'List', alignment: align_fill, dwidth: gListWidth, dheight: gListHeight );
  11.             view( align_children: align_row )
  12.             {
  13.                 button( item_id: 'Set_', name: '$$$/Dialogs/ImportMultipleContacts/SettingsButton' );
  14.                 button( item_id: 'Rem_', name: '$$$/Dialogs/ImportMultipleContacts/RemoveButton' );
  15.             }
  16.         }
  17.  
  18.         ok_cancel_help( ok_name: '$$$/Dialogs/ImportMultipleContacts/ImportButton' );
  19.     }
  20. }
  21.