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 >
Wrap
Text File
|
2003-07-19
|
421b
|
14 lines
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();
}
}