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

  1. gDialogWidth = max_char_width() * 35;
  2.  
  3. dialog(name: '$$$/Dialogs/DigSigDocNotCertAlert')
  4. {
  5.     view(align_children: align_left)
  6.     {
  7.         view(align_children: align_top)
  8.         {
  9.             user_item(item_id: 'icon', width: 32, height: 32);
  10.             view(align_children:align_left)
  11.             {            
  12.                 static_text( item_id: 'exp1', width: gDialogWidth);
  13.                 static_text( item_id: 'exp2', width: gDialogWidth);
  14.                 static_text( item_id: 'exp3', width: gDialogWidth);
  15.             }
  16.         }        
  17.         ok_cancel_other(ok_name: '$$$/Dialogs/DigSigDocNotCertAlert/ContinueSign',
  18.                         other_name: '$$$/Dialogs/DigSigDocNotCertAlert/CertDoc');
  19.     }
  20. }