home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 September (Special) / Chip-Special_2004-09_Digitalni-Hudba.bin / servis / reader / Data1.cab / PPKLite.api / EXVW / 20002 < prev    next >
Text File  |  2003-07-17  |  549b  |  20 lines

  1. dialog( name: '$$$/Dialogs/CertNotice/Title'  )
  2. {
  3.     view( align_children: align_left )
  4.     {
  5.         view( align_children: align_row )
  6.         {
  7.             picture( item_id: 'icon', width: 32, height: 32, alignment: align_top );
  8.  
  9.             view( align_children: align_left, width: max_char_width() * 30 )
  10.             {
  11.                 static_text( item_id: 'not1', alignment: align_fill );
  12.                 static_text( item_id: 'not2', alignment: align_fill );
  13.                 static_text( item_id: 'not3', alignment: align_fill );
  14.             }
  15.         }
  16.  
  17.         ok_cancel( ok_name: '$$$/Dialogs/CertNotice/Continue' );
  18.     }
  19. }
  20.