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

  1. dialog( name: '$$$/Dialogs/ImportLog/Title' )
  2. {
  3.     view( align_children: align_left )
  4.     {
  5.         static_text( name: '$$$/Dialogs/ImportLog/Note', alignment: align_fill );
  6.         list_box( item_id: 'List', alignment: align_fill, width: max_char_width() * 25, height: gStaticTextHeight * 7 );
  7.         ok();
  8.     }
  9. }
  10.