home *** CD-ROM | disk | FTP | other *** search
- 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();
- }
- }
-