home *** CD-ROM | disk | FTP | other *** search
- gVwNotifItemWd = 400;
- gVwNotifItemHt = 200;
-
- dialog(name: '$$$/Dialogs/Update/ViewNotifications')
- {
- view(align_children: align_left)
- {
- list_box(item_id: 'List', dwidth: gVwNotifItemWd, dheight: gVwNotifItemHt);
- static_text(name: '$$$/Dialogs/Update/ViewNotifications/Desc');
- edit_text(item_id: 'Desc', dwidth: gVwNotifItemWd, readonly: true, multiline: true, height: gEditTextHeight*5);
- ok();
- }
- }
-