home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2003 August / VPR0308.ISO / ADOBEREADER60 / Installer / Data1.cab / Updater.api / EXVW / 6001 < prev    next >
Text File  |  2003-05-15  |  421b  |  14 lines

  1. gVwNotifItemWd = 400;
  2. gVwNotifItemHt = 200;
  3.  
  4. dialog(name: '$$$/Dialogs/Update/ViewNotifications')
  5. {
  6.     view(align_children: align_left)
  7.     {
  8.         list_box(item_id: 'List', dwidth: gVwNotifItemWd, dheight: gVwNotifItemHt);
  9.         static_text(name: '$$$/Dialogs/Update/ViewNotifications/Desc');
  10.         edit_text(item_id: 'Desc', dwidth: gVwNotifItemWd, readonly: true, multiline: true, height: gEditTextHeight*5);
  11.         ok();
  12.     }
  13. }
  14.