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

  1. gVerticalGapHeight = (gStaticTextHeight / 4);
  2.  
  3. dialog(name: '$$$/Dialogs/FontInfo')
  4. {
  5.     view(align_children: align_left)
  6.     {
  7.         view(align_children: align_left)
  8.         {
  9.             view(align_children: align_top)
  10.             {
  11.                 static_text(name: '$$$/Dialogs/FontInfo/inStr');
  12.                 static_text(item_id: 'file', width: max_char_width() * 30 );
  13.                 gap( width: 1, height: gStaticTextHeight + gVerticalGapHeight );
  14.             }
  15.             hier_list_box(item_id: 'list', width: 601, height: (gStaticTextHeight * 9) + gVerticalGapHeight);
  16.             ok_other(other_name: '$$$/Dialogs/FontInfo/AllFonts');
  17.         }
  18.     }
  19. }
  20.