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

  1. dialog(name: '$$$/Dialogs/DocStatus')
  2. {
  3.     view(align_children: align_left, width: 650)
  4.     {
  5.         static_text(name: '$$$/Dialogs/DocStatus/Heading');
  6.  
  7.         static_text(item_id: 'insc', name: '$$$/Dialogs/Ubiquity/rdInstructionText'); 
  8.         static_text(item_id: 'inst', multiline: true, readonly: true, alignment: align_fill, height: gEditTextHeight * 3 + 8);
  9.  
  10.         cluster(item_id: 'grpb', name: '$$$/Dialogs/DocStatus', alignment: align_fill)
  11.         {
  12.             view(align_children: align_left, alignment: align_fill)
  13.             {
  14.                 view(align_children: align_row, alignment: align_fill)
  15.                 {
  16.                     user_item(item_id: 'icna', width: 32, height: 32);
  17.                     static_text(item_id: 'capa', height: 34, alignment: align_fill);
  18.                 }
  19.                 view(align_children: align_row, alignment: align_right)
  20.                 {
  21.                     button(item_id: 'disc', name: '$$$/Dialogs/DocStatus/Disclaimer');
  22.                     button(item_id: 'more', name: '$$$/Dialogs/DocStatus/MoreInfo');
  23.                 }
  24.             }
  25.  
  26.             view(align_children: align_row, alignment: align_fill)
  27.             {
  28.                 user_item(item_id: 'icnb', width: 32, height: 32);
  29.                 static_text(item_id: 'capb', height: 34, alignment: align_fill);
  30.             }
  31.  
  32.             view(align_children: align_row, alignment: align_fill)
  33.             {
  34.                 user_item(item_id: 'icnc', width: 32, height: 32);
  35.                 static_text(item_id: 'capc', height: 34, alignment: align_fill);
  36.             }
  37.  
  38.             view(align_children: align_row, alignment: align_fill)
  39.             {
  40.                 user_item(item_id: 'icnd', width: 32, height: 32);
  41.                 static_text(item_id: 'capd', height: 34, alignment: align_fill);
  42.             }
  43.         }
  44.  
  45.         check_box(item_id: 'show', name: '$$$/Dialogs/DocStatus/ShowAgain');
  46.  
  47.         view(align_children: align_row, alignment: align_fill)
  48.         {
  49.             static_text(item_id: 'help', height: 32, alignment: align_fill);
  50.         }
  51.  
  52.         ok();
  53.     }
  54. }