home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2003 August / VPR0308.ISO / ADOBEREADER60 / Installer / Data1.cab / RdLang32.JPN / EXVW / 10027 < prev    next >
Text File  |  2003-05-22  |  711b  |  19 lines

  1. gMaxWidth=max(
  2.     zstring_width(zstring: '$$$/Prefs/Annotations/Font'),
  3.     zstring_width(zstring: '$$$/Prefs/Annotations/FontSize'));
  4.  
  5. dialog(name: '$$$/Prefs/Annotations', margin_height: 0, margin_width: 0)
  6. {
  7.     cluster(name: '$$$/Prefs/Annotations', dheight: gPrefsPanelHeight, dwidth: gPrefsPanelWidth)
  8.     {
  9.         view(align_children: align_row, alignment: align_fill)
  10.         {
  11.             static_text(name: '$$$/Prefs/Annotations/Font');
  12.             popup(item_id: 'font', alignment: align_fill);
  13.             gap();
  14.             static_text(item_id: 'fsiL', name: '$$$/Prefs/Annotations/FontSize');
  15.             edit_text( item_id: 'fsiz', width: zstring_width(zstring: '$$$/Prefs/Annotations/ThreeZeros=000'), PopupEdit: true, numeric: true);
  16.         }
  17.     }
  18. }
  19.