home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2003 August / VPR0308.ISO / ADOBEREADER60 / Installer / Data1.cab / PPKLite.JPN / EXVW / 20110 < prev    next >
Text File  |  2003-05-21  |  675b  |  25 lines

  1. gValidNoteWidth = max_char_width() * 36;
  2. gValidNoteHeight = gStaticTextHeight * 9;
  3.  
  4. dialog(name: '$$$/Dialogs/ValidateAlert' )
  5. {
  6.     group()
  7.     {
  8.         view(align_children: align_top)
  9.         {
  10.             picture(item_id: 'icon', width: 32, height: 32);
  11.             static_text(item_id: 'Note', width: gValidNoteWidth, height: gValidNoteHeight, selectable: true );
  12.         }
  13.  
  14.           view(align_children: align_right, alignment: align_fill)
  15.         {
  16.             view(align_children: align_top)
  17.             {
  18.                 button(item_id: 'LegB', name: '$$$/Dialogs/LegalNoticeButton');
  19.                 button(item_id: 'Butt', name: '$$$/Dialogs/SigPropButton');
  20.                 button(item_id: 'Okay', name: '$$$/Dialogs/CloseButton');
  21.             }
  22.         }
  23.     }
  24. }
  25.