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_10048_admBatchNameSequence < prev    next >
Encoding:
Text File  |  2006-01-01  |  224 b   |  10 lines

  1. dialog(name: '$$$/Dialogs/BatchNameSequence', target_id: 'Name')
  2. {
  3.     group()
  4.     {
  5.         static_text(name: '$$$/Dialogs/BatchNameSequence/ChooseName');
  6.         edit_text(item_id: 'Name', width: max_char_width() * 16);
  7.         ok_cancel();
  8.     }
  9. }
  10.