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

  1. gVerticalGapHeight = (gStaticTextHeight / 4);
  2.  
  3. dialog(name: '$$$/Dialogs/FontInfo', margin_height: 0, margin_width: 0)
  4. {
  5.     view(align_children: align_left)
  6.     {
  7.         cluster(item_id: 'clus', name: '$$$/Dialogs/FontInfo/ClusterTitle', align_children: align_left, dwidth: gDocPropertiesPanelWidth, dheight: gDocPropertiesPanelHeight)
  8.         {
  9.             view(align_children: align_left, alignment: align_fill)
  10.             {
  11.                 hier_list_box(item_id: 'list', alignment: align_fill, height: gDocPropertiesPanelHeight - 4 * gMarginHeight - gStaticTextHeight);
  12.                 view(align_children: align_top, alignment: align_fill)
  13.                 {
  14.                     static_text(item_id: 'plab', alignment: align_fill);
  15.                 }
  16.             }
  17.         }
  18.     }
  19. }
  20.