home *** CD-ROM | disk | FTP | other *** search
- dialog(name: '$$$/Dialogs/DocStatus')
- {
- view(align_children: align_left, width: 650)
- {
- static_text(name: '$$$/Dialogs/DocStatus/Heading');
-
- static_text(item_id: 'insc', name: '$$$/Dialogs/Ubiquity/rdInstructionText');
- static_text(item_id: 'inst', multiline: true, readonly: true, alignment: align_fill, height: gEditTextHeight * 3 + 8);
-
- cluster(item_id: 'grpb', name: '$$$/Dialogs/DocStatus', alignment: align_fill)
- {
- view(align_children: align_left, alignment: align_fill)
- {
- view(align_children: align_row, alignment: align_fill)
- {
- user_item(item_id: 'icna', width: 32, height: 32);
- static_text(item_id: 'capa', height: 34, alignment: align_fill);
- }
- view(align_children: align_row, alignment: align_right)
- {
- button(item_id: 'disc', name: '$$$/Dialogs/DocStatus/Disclaimer');
- button(item_id: 'more', name: '$$$/Dialogs/DocStatus/MoreInfo');
- }
- }
-
- view(align_children: align_row, alignment: align_fill)
- {
- user_item(item_id: 'icnb', width: 32, height: 32);
- static_text(item_id: 'capb', height: 34, alignment: align_fill);
- }
-
- view(align_children: align_row, alignment: align_fill)
- {
- user_item(item_id: 'icnc', width: 32, height: 32);
- static_text(item_id: 'capc', height: 34, alignment: align_fill);
- }
-
- view(align_children: align_row, alignment: align_fill)
- {
- user_item(item_id: 'icnd', width: 32, height: 32);
- static_text(item_id: 'capd', height: 34, alignment: align_fill);
- }
- }
-
- check_box(item_id: 'show', name: '$$$/Dialogs/DocStatus/ShowAgain');
-
- view(align_children: align_row, alignment: align_fill)
- {
- static_text(item_id: 'help', height: 32, alignment: align_fill);
- }
-
- ok();
- }
- }