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

  1. dialog(name: '$$$/Dialogs/ChangePassword', target_id: 'name')
  2. {
  3.     view(align_children: align_left)
  4.     {
  5.         static_text(name: '$$$/Dialogs/ChangePassword/Old');
  6.         edit_text(item_id: 'pold', password: true, alignment: align_fill );
  7.  
  8.         static_text(name: '$$$/Dialogs/ChangePassword/New');
  9.         edit_text(item_id: 'pnew', password: true, alignment: align_fill  );
  10.  
  11.         static_text(name: '$$$/Dialogs/ChangePassword/Confirm');
  12.         edit_text(item_id: 'pcon', password: true, alignment: align_fill  );
  13.  
  14.         gap(height: 5);
  15.  
  16.         ok_cancel();
  17.     }
  18. }
  19.