home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2003 August / VPR0308.ISO / ADOBEREADER60 / Installer / Data1.cab / DigSig.JPN / EXVW / 138 < prev    next >
Text File  |  2003-05-21  |  774b  |  26 lines

  1. gDialogWidth = max_char_width() * 35;
  2. gwidthAdjust = zstring_width(zstring:'$$$/Dialogs/DigSigMDPSetting/MDPSettingHeader');
  3.  
  4. dialog(name: '$$$/Dialogs/DigSigMDPSetting')
  5. {
  6.     view(align_children: align_left) 
  7.     {
  8.         view()
  9.         {
  10.             static_text( item_id:'exp1', width: gDialogWidth);
  11.  
  12.             view(align_children: align_top)
  13.             {
  14.                 picture(item_id: 'icon', width: 16, height: 16);
  15.                 static_text(item_id: 'open', width: gDialogWidth);
  16.             }
  17.  
  18.             view(align_children: align_row) {
  19.                 static_text(name:'$$$/Dialogs/DigSigMDPSetting/MDPSettingHeader');
  20.                 popup(item_id: 'mdpl', width:gDialogWidth - gwidthAdjust);
  21.             }
  22.         }
  23.         check_box(item_id: 'lock', name: '$$$/Dialogs/DigSigMDPSetting/LockAuthorSig');
  24.         ok_cancel( ok_name: '$$$/Dialogs/NextButton' );
  25.     }
  26. }