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

  1. dialog( name: '$$$/Dialogs/ExportCredentials/Title' )
  2. {
  3.     view( align_children: align_left )
  4.     {
  5.         static_text( item_id: 'reas', alignment: align_fill );
  6.         static_text( name: '$$$/Dialogs/ExportCredentials/SelectionTitle', alignment: align_fill );
  7.         mclv( item_id: 'cred', alignment: align_fill, dwidth: max_char_width() * 35, dheight: gEditTextHeight * 5 );
  8.         ok_cancel( ok_name: '$$$/Dialogs/ExportCredentials/OkButton' );
  9.     }
  10. }
  11.