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

  1. dialog(name: '$$$/Dialogs/SaveAsSettings')
  2. {
  3.     group()
  4.     {
  5.         check_box(item_id: 'Opt ', name: '$$$/Dialogs/SaveAsSettings/Optimize');
  6.         view(align_children: align_row)
  7.         {
  8.             static_text(name: '$$$/Dialogs/SaveAsSettings/SecurityLabel');
  9.             popup(item_id: 'SecP', width: max_char_width() * 11);
  10.             gap(width: 32);
  11.             button(item_id: 'SecS', name: '$$$/Dialogs/SaveAsSettings/SecuritySettings');
  12.         }
  13.         ok_cancel();
  14.     }
  15. }
  16.