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

  1. dialog(name: '$$$/Dialogs/EmbedFonts')
  2. {
  3.     group()
  4.     {
  5.         view(align_children: align_row, alignment: align_fill)
  6.         {
  7.             user_item(item_id: 'hicn', width: 32, height: 32);
  8.             static_text(item_id: 'desc', height: gEditTextHeight, width: max_char_width()*30, alignment: align_fill);
  9.         }
  10.         ok_cancel();
  11.     } 
  12. }