home *** CD-ROM | disk | FTP | other *** search
- gSummarizeCommentsSortByPopupWidth = max(
- zstring_width(zstring: '$$$IDS_SORT_PAGE'),
- zstring_width(zstring: '$$$IDS_SORT_AUTHOR'),
- zstring_width(zstring: '$$$IDS_SORT_TYPE'),
- zstring_width(zstring: '$$$IDS_SORT_DATE'));
-
- gSummarizeDestTypeWidth = max(
- zstring_width(zstring: '$$$IDS_SUMMARY_DEST_SAME'),
- zstring_width(zstring: '$$$IDS_SUMMARY_DEST_FOLDER'));
-
-
- dialog(name: '$$$/Dialogs/SummarizeComments')
- {
- view(align_children: align_left)
- {
- cluster(name: '$$$/Dialogs/SummarizeComments/Format/Label')
- {
- view(align_children: align_left)
- {
- picture(item_id:'icon', width:140 , height: 85);
- radio(item_id: 'llns', name: '$$$/Dialogs/SummarizeComments/Format/Lines', next_tab: 'l2up');
- radio(item_id: 'l2up', name: '$$$/Dialogs/SummarizeComments/Format/TwoUp', next_tab: 'nodc');
- radio(item_id: 'nodc', name: '$$$/Dialogs/SummarizeComments/Format/NoDoc', next_tab: 'nums');
- radio(item_id: 'nums', name: '$$$/Dialogs/SummarizeComments/Format/Numbers', next_tab: 'llns');
- }
- }
-
- view(align_children: align_row)
- {
- static_text(name: '$$$/Dialogs/SummarizeComments/SortBy/Label');
- popup(item_id: 'sort', width: gSummarizeCommentsSortByPopupWidth);
- }
-
- view(align_children: align_row)
- {
- static_text(name: '$$$/Dialogs/SummarizeComments/Include/Label');
- radio(item_id: 'sall', name: '$$$/Dialogs/SummarizeComments/Include/All', next_tab: 'sshw');
- radio(item_id: 'sshw', name: '$$$/Dialogs/SummarizeComments/Include/Showing', next_tab: 'sall');
- }
-
- view(align_children: align_row)
- {
- static_text(name: '$$$/Dialogs/SummarizeComments/FontSize/Label');
- radio(item_id: 'ssml', name: '$$$/Dialogs/SummarizeComments/FontSize/Small', next_tab: 'smed');
- radio(item_id: 'smed', name: '$$$/Dialogs/SummarizeComments/FontSize/Medium', next_tab: 'slrg');
- radio(item_id: 'slrg', name: '$$$/Dialogs/SummarizeComments/FontSize/Large', next_tab: 'ssml');
- }
-
- view(align_children: align_row, alignment: align_fill)
- {
- static_text(item_id: 'svin', name: '$$$/Dialogs/SummarizeComments/SaveIn');
- popup(item_id: 'dtyp', width: gSummarizeDestTypeWidth);
- button(item_id: 'brow', name: '$$$/Dialogs/SummarizeComments/Browse');
- }
-
- ok_cancel_help();
- }
- }
-