home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 February
/
Chip_2003-02_cd2.bin
/
OKO_demo
/
movie
/
Reader
/
plug_ins
/
EScript.api
/
EXVW
/
6200
< prev
next >
Wrap
Text File
|
2001-09-12
|
290b
|
10 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);
edit_text(item_id: 'rsps', width: max_char_width() * 25);
ok_cancel();
}
}