home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Komputer for Alle 2003 #11
/
K-CD-11-2003.ISO
/
Acrobat
/
AcroReader51_SVE.exe
/
Reader
/
plug_ins
/
EScript.SVE
/
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
|
2002-09-30
|
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();
}
}