home *** CD-ROM | disk | FTP | other *** search
- maxMsgWidth=max(
- zstring_width(zstring: '$$$IDS_ACCESS_ACT_NOACTIVEDOC'),
- zstring_width(zstring: '$$$IDS_ACCESS_ACT_DONTUSERO'),
- zstring_width(zstring: '$$$IDS_ACCESS_ACT_USERO'));
-
- dialog(name: '$$$/Dialogs/MSAAOptions', align_children: align_left, first_tab: 'actf')
- {
- view(align_children: align_left)
- {
- edit_text(item_id: 'actf', readonly: true, width: maxMsgWidth+10,
- next_tab: stdd);
- cluster(name: '$$$/Dialogs/MSAA/ReadOrder/Options', align_children: align_left)
- {
- radio(item_id: 'stdd', name: '$$$/Dialogs/MSAA/ReadOrder/Standard', next_tab: 'wrdy');
- gap(height: 2);
- radio(item_id: 'wrdy', name: '$$$/Dialogs/MSAA/ReadOrder/Wordy', next_tab: 'tblr');
- gap(height: 2);
- radio(item_id: 'tblr', name: '$$$/Dialogs/MSAA/ReadOrder/TopToBottom');
- }
-
- static_text(item_id: 'expl',
- alignment: align_fill, height: gStaticTextHeight * 6 );
-
- ok_cancel();
- }
- }
-
-