home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Practical Internet 2002 February
/
Practical Internet February 2002.iso
/
pc
/
Software
/
Browsing
/
AcrobatReader5.exe
/
Reader
/
plug_ins
/
EScript.api
/
EXVW
/
6200
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2001-03-15
|
290 b
|
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();
}
}