home *** CD-ROM | disk | FTP | other *** search
- dialog(name: '$$$/Dialogs/SaveAsSettings')
- {
- group()
- {
- check_box(item_id: 'Opt ', name: '$$$/Dialogs/SaveAsSettings/Optimize');
- view(align_children: align_row)
- {
- static_text(name: '$$$/Dialogs/SaveAsSettings/SecurityLabel');
- popup(item_id: 'SecP', width: max_char_width() * 11);
- gap(width: 32);
- button(item_id: 'SecS', name: '$$$/Dialogs/SaveAsSettings/SecuritySettings');
- }
- ok_cancel();
- }
- }
-