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

  1. gOfWidth = max_digit_width() * 10 + 4 * max_char_width();
  2. dialog(name: '$$$/Dialogs/InsertPages', target_id: 'insr', first_tab: 'fils')
  3. {
  4.     group()
  5.     {
  6.         group(align_children: align_left)
  7.         {
  8.             view(align_children: align_row)
  9.             {
  10.                 static_text( item_id: 'fils', name: '$$$/Dialogs/InsertPages/Insert', next_tab: 'file' );
  11.                 static_text( item_id: 'file', width: max_char_width()*20, next_tab: 'locs' );
  12.             }
  13.             view(align_children: align_row)
  14.             {
  15.                 static_text(item_id: 'locs', name: '$$$/Dialogs/InsertPages/LocationLabel', next_tab: 'loca');            
  16.                 popup(item_id: 'loca', width: max_char_width() * 12, next_tab: '1stB');
  17.             }
  18.             cluster(name: '$$$/Dialogs/InsertPages/Pages/ClusterLabel', align_children: align_left)
  19.             {
  20.                 group()
  21.                 {
  22.                     radio(item_id: '1stB', group_id: 'rgrp', name: '$$$/Dialogs/InsertPages/Pages/First', height: gEditTextHeight, next_tab: 'LstB');
  23.                     radio(item_id: 'LstB', group_id: 'rgrp', name: '$$$/Dialogs/InsertPages/Pages/Last', height: gEditTextHeight, next_tab: 'PagB');
  24.                     view(align_children: align_row)
  25.                     {                
  26.                         radio(item_id: 'PagB', group_id: 'rgrp', name: '$$$/Dialogs/InsertPages/Pages/Page', next_tab: 'AtPg');
  27.                         edit_text(item_id: 'AtPg', width: max_char_width() * 4, next_tab: 'NumP');            
  28.                         static_text(item_id: 'NumP', width:gOfWidth);            
  29.                     }
  30.                 }
  31.             }
  32.         }
  33.         ok_cancel();
  34.     }
  35. }
  36.