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

  1. dialog(name: '$$$/Prefs/Conversion', margin_height: 0, margin_width: 0)
  2. {
  3.     view(align_children: align_left, dheight: gPrefsPanelHeight, dwidth: gPrefsPanelWidth)
  4.     {
  5.         cluster(item_id: 'clus', name: '$$$/Dialogs/EmptyStr', dheight: gPrefsPanelHeight, dwidth: gPrefsPanelWidth, align_children: align_center)
  6.         {
  7.             view(align_children: align_row, alignment: align_fill)
  8.             {
  9.                 list_box(item_id: 'Hdlr', width: max_char_width() * 12, height: gEditTextHeight * 12);
  10.                 gap(width: 32);
  11.                 view(align_children: align_offscreen, alignment: align_fill, height: gEditTextHeight * 12)
  12.                 {
  13.                     view(alignment: align_fill, height: gEditTextHeight * 12)
  14.                     {
  15.                         list_box(item_id: 'Desc', alignment: align_fill, height: gEditTextHeight * 12, width: 200);
  16.                     }
  17.                     cluster(item_id: 'Cant', alignment: align_fill, height: gEditTextHeight * 12)
  18.                     {
  19.                         static_text(item_id: 'Why ', alignment: align_fill, height: gEditTextHeight * 5, name: '$$$/Dialogs/EmptyStr');
  20.                     }
  21.                 }    
  22.             }
  23.             view(align_children: align_row, alignment: align_fill)
  24.             {
  25.                 gap(width: max_char_width() * 12);
  26.                 gap(width: 32);
  27.                 button(item_id: 'Sett', name: '$$$/Prefs/Conversion/SettingsButton');
  28.             }
  29.         }
  30.     }
  31. }
  32.