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

  1. gMaxPopupWidth = 195;
  2. dialog(name: '$$$/Dialogs/Multimedia/PlayerPermission')
  3. {
  4.     view(align_children: align_left)
  5.     {
  6.         static_text(name: '$$$/Dialogs/Multimedia/PlayerPermission/Instructions');
  7.         view( align_children: align_right)
  8.         {
  9.             view( align_children: align_row )
  10.             {
  11.                 static_text( item_id: 'st01', name: '$$$/Dialogs/Multimedia/PlayerPermission/Name', next_tab: 'name' );
  12.                 popup( item_id: 'name', width:gMaxPopupWidth, next_tab: 'st02' );
  13.             }
  14.             view( align_children: align_row )
  15.             {
  16.                 static_text( item_id: 'st02', name: '$$$/Dialogs/Multimedia/PlayerPermission/Permission', next_tab: 'perm' );
  17.                 popup( item_id:'perm', width:gMaxPopupWidth, next_tab: 'ok  ' );
  18.             }
  19.         }
  20.         ok_cancel();
  21.     }
  22. }
  23.