home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2003 August / VPR0308.ISO / ADOBEREADER60 / Installer / Data1.cab / RdLang32.JPN / EXVW / 10098 < prev    next >
Text File  |  2003-05-22  |  535b  |  12 lines

  1. dialog(name: '$$$/Dialogs/PDFLaunchPref', first_tab: 'obey')
  2. {
  3.     view(align_children: align_left)
  4.     {
  5.         static_text(item_id: 'text', name: '$$$/Dialogs/PDFLaunchPref/Prompt', alignment: align_left);
  6.         radio(item_id: 'obey', group_id: 'rgrp', name: '$$$avGotoViewObeyUserPreference', next_tab: 'nwin');
  7.         radio(item_id: 'nwin', group_id: 'rgrp', name: '$$$avGotoViewOpenInNewWindow', next_tab: 'curr');
  8.         radio(item_id: 'curr', group_id: 'rgrp', name: '$$$avGotoViewOpenInCurrentWindow', next_tab: 'exte');
  9.         ok_cancel();
  10.     }
  11. }
  12.