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 / 10004 < prev    next >
Text File  |  2003-07-17  |  314b  |  16 lines

  1. dialog( name: '$$$/Dialogs/Multimedia/GetURL' )
  2. {
  3.     view( align_children: align_right )
  4.     {
  5.         view( align_children: align_row )
  6.         {
  7.             static_text( name: '$$$/Dialogs/Multimedia/GetURL/LocationLabel' );
  8.             edit_text( item_id: 'path', width: max_char_width() * 25 );
  9.         }
  10.  
  11.         gap();
  12.  
  13.         ok_cancel();
  14.     }
  15. }
  16.