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

  1. dialog(name: '$$$/Dialogs/SelAppear')
  2. {
  3.     view(align_children: align_left)
  4.     {
  5.         view(align_children: align_row)
  6.         {
  7.             static_text(item_id: 'txt2', name: '$$$/Dialogs/SelAppear/File');
  8.             edit_text(item_id: 'edit', width: max_char_width() * 15, height: gEditTextHeight, readonly: true);
  9.             button(item_id: 'brow', name: '$$$/Dialogs/SelAppear/Browse');
  10.         }
  11.         cluster(item_id: 'clu1', name: '$$$/Dialogs/SelAppear/Sample')
  12.         {
  13.             list_box(item_id: 'list', width: max_char_width() * 19, height: gEditTextHeight * 6);
  14.             static_text(item_id: 'txt1', width: max_char_width() * 19, alignment: align_right);
  15.         }
  16.         ok_cancel();
  17.     }
  18. }
  19.