home *** CD-ROM | disk | FTP | other *** search
/ Joytech 2005 (USA) / Joytech 2005 (USA).bin / pc / installers / adobe reader 6.0 / adobe reader 6.0.app / contents / resources / adobe reader.rsrc / EXVW_10069_admExecMenuDialog < prev    next >
Encoding:
Text File  |  2006-01-01  |  359 b   |  14 lines

  1. dialog(name: '$$$/Dialogs/ExecMenuDialog')
  2. {
  3.     group()
  4.     {
  5.         view(align_children: align_left)
  6.         {
  7.             static_text(item_id: 'inst', height: gStaticTextHeight * 4, width: max_char_width() * 25, name: '$$$/Dialogs/ExecMenuDialog/Instructions');
  8.             static_text(item_id: 'item', height: gStaticTextHeight * 2, width: max_char_width() * 25 );
  9.         }
  10.  
  11.         ok_cancel();
  12.     }
  13. }
  14.