home *** CD-ROM | disk | FTP | other *** search
- dialog(name: '$$$/Dialogs/CreateThumbs')
- {
- view(align_children: align_top)
- {
- user_item(item_id: 'page', width: 158, height: 158);
- view(align_children: align_center)
- {
- static_text(item_id: 'msg ', name: '$$$/Dialogs/CreateThumbs/Title');
- view(align_children: align_row)
- {
- static_text(name: '$$$/Dialogs/CreateThumbs/Status');
- static_text(item_id: 'stat', width: max_char_width() * 20);
- }
- gap(width: max_char_width()*1);
- button(view_id: 'cncl', name: '$$$/ControlsStrings/Cancel');
- }
- }
- }
-