home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 September (Special) / Chip-Special_2004-09_Digitalni-Hudba.bin / servis / reader / Data1.cab / RdLang32.CZE / EXVW / 10040 < prev    next >
Text File  |  2003-07-19  |  453b  |  18 lines

  1. dialog(name: '$$$/Dialogs/StructureElements')
  2. {
  3.     group()
  4.     {
  5.         cluster(name: '$$$/Dialogs/StructureElements/StructureLabel')
  6.         {
  7.             list_box(item_id: 'List', width: 400, height: 150);
  8.             
  9.             view(alignment: align_center, align_children: align_row)
  10.             {
  11.                 button(item_id: 'Sall', name: '$$$/Dialogs/StructureElements/SelectAll');
  12.                 button(item_id: 'Call', name: '$$$/Dialogs/StructureElements/ClearAll');
  13.             }
  14.         }
  15.         ok_cancel();
  16.     }
  17. }
  18.