home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 February
/
Chip_2003-02_cd2.bin
/
OKO_demo
/
movie
/
Reader
/
plug_ins
/
Webbuy.api
/
EXVW
/
20005
< prev
next >
Wrap
Text File
|
2001-09-10
|
444b
|
14 lines
gMaxTextWidth = max(
zstring_width(zstring: '$$$IDS_FDFWrapSaveTypeDefault'),
zstring_width(zstring: '$$$IDS_FDFWrapSaveTypeTemp'),
zstring_width(zstring: '$$$IDS_FDFWrapSaveTypePrompt'));
dialog(name: '$$$/Dialogs/FDFWrap/Title' )
{
group() {
static_text(item_id: 'note', name: '$$$/Dialogs/FDFWrap/Note', width: gMaxTextWidth + max_char_width() * 8 );
popup(item_id: 'type', alignment: align_fill );
ok_cancel();
}
}