home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / Chip_2004-04_cd2.bin / program / reader / Data1.cab / Escript.CZE / EXVW / 5701 < prev    next >
Text File  |  2003-07-19  |  503b  |  15 lines

  1. gMaxWidth=max(
  2.     zstring_width(zstring: '$$$/Dialogs/JSPrefs/Font'),
  3.     zstring_width(zstring: '$$$/Dialogs/JSPrefs/FontSize'));
  4.  
  5. dialog(name: '$$$/Dialogs/JSPrefs', margin_height: 0, margin_width: 0)
  6. {
  7.     view(align_children: align_left, dheight: gPrefsPanelHeight, dwidth: gPrefsPanelWidth)
  8.     {
  9.         cluster(item_id: 'clu1', name: '$$$/Dialogs/JSPrefs/General', dwidth: gPrefsPanelWidth, align_children: align_left)
  10.         {
  11.             check_box(item_id: 'enab', name: '$$$/Dialogs/JSPrefs/Enable');
  12.         }
  13.     }
  14. }
  15.