home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 April
/
Chip_2004-04_cd2.bin
/
program
/
reader
/
Data1.cab
/
Escript.CZE
/
EXVW
/
6200
< prev
next >
Wrap
Text File
|
2003-07-19
|
438b
|
16 lines
dialog(name: '$$$/Dialogs/Response')
{
view(align_children: align_left)
{
static_text(item_id: 'ques', name: '$$$/Dialogs/Response/Question', alignment: align_fill, height: gStaticTextHeight * 2);
view(align_children: align_row)
{
static_text(item_id: 'labl', name: '$$$/Dialogs/Response/EmptyLabel');
edit_text(item_id: 'rsps', width: max_char_width() * 25, alignment: align_fill);
}
ok_cancel();
}
}