home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 October / PCWorld_2002-10_cd.bin / Software / Topware / Acr / arce505cze.exe / Reader / AcroRd32.exe / EXVW / 10009 < prev    next >
Encoding:
Text File  |  2002-04-11  |  506 b   |  19 lines

  1. gMagnificationWidth = max(
  2.     zstring_width(zstring: '$$$avZoomMenuFitPage'),
  3.     zstring_width(zstring: '$$$avActualSize'),
  4.     zstring_width(zstring: '$$$avZoomMenuFitWidth'),
  5.     zstring_width(zstring: '$$$avZoomMenuFitVisible'));
  6.  
  7. dialog(name: '$$$/Dialogs/ZoomTo', target_id: 'Magn')
  8. {
  9.     group()
  10.     {
  11.         view(align_children: align_row)
  12.         {
  13.             static_text(name: '$$$/Dialogs/ZoomTo/Magnification');
  14.             edit_text(item_id: 'Magn', width: gMagnificationWidth, PopupEdit: true);
  15.         }
  16.         ok_cancel();
  17.     }
  18. }
  19.