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

  1. dialog( name: '$$$/Dialogs/CredMgr/Title' )
  2. {
  3.     view( alignment: align_fill, align_children: align_left )
  4.     {
  5.         cluster( alignment: align_fill, align_children: align_left, name: '$$$/Dialogs/CredMgr/CredentialsCluster' )
  6.         {
  7.             mclv( item_id: 'List', height: gEditTextHeight * 6, width: max_char_width() * 40 );
  8.  
  9.             view( alignment: align_fill, align_children: align_distribute )
  10.             {
  11.                 button( alignment: align_fill, item_id: 'Add ', name: '$$$/Dialogs/CredMgr/AddButton' );
  12.                 button( alignment: align_fill, item_id: 'Rem ', name: '$$$/Dialogs/CredMgr/RemoveButton' );
  13.                 button( alignment: align_fill, item_id: 'CSet', name: '$$$/Dialogs/CredMgr/SetUsageButton' );
  14.                 button( alignment: align_fill, item_id: 'BExp', name: '$$$/Dialogs/CredMgr/ExportButton' );
  15.             }
  16.         }
  17.  
  18.         ok_help( ok_name: '$$$/Dialogs/CloseButton' );
  19.     }
  20. }
  21.