home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 September (Special) / Chip-Special_2004-09_Digitalni-Hudba.bin / servis / reader / Data1.cab / updater.CZE / EXVW / 6001 < prev    next >
Text File  |  2003-07-19  |  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.