home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 September (Special) / Chip-Special_2004-09_Digitalni-Hudba.bin / servis / reader / Data1.cab / DigSig.CZE / EXVW / 140 < prev    next >
Text File  |  2003-07-19  |  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. }