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 / 20108 < prev    next >
Text File  |  2003-07-17  |  694b  |  18 lines

  1. gPanelWidth = max( 325, zstring_width(zstring: '$$$/Dialogs/SSUserSettings/GlobalMaxString') + 25 );
  2.  
  3. dialog(target_id: 'name')
  4. {
  5.     cluster(item_id: 'Panl', name: '$$$/Dialogs/ConfigSigAP/ClusterTitle',
  6.                 align_children: align_top, dwidth: gPanelWidth, dheight: 300 )
  7.     {
  8.         list_box(item_id: 'clst', alignment: align_fill, dheight: 280);
  9.         view( align_children: align_fill )
  10.         {
  11.             button(item_id: 'newb', name: '$$$/Dialogs/ConfigSigAP/NewButton');
  12.             button(item_id: 'edit', name: '$$$/Dialogs/ConfigSigAP/EditButton');
  13.             button(item_id: 'copb', name: '$$$/Dialogs/ConfigSigAP/CopyButton');
  14.             button(item_id: 'delb', name: '$$$/Dialogs/ConfigSigAP/DeleteButton');
  15.         }
  16.     }
  17. }
  18.