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

  1. gButtonClusterWidth = 200;
  2. gListClusterWidth = 350;
  3. gListHeight = 230;
  4.  
  5. dialog (name: '$$$/Dialogs/DocumentAssembly') {
  6.     view (    align_children: align_left,
  7.             width: gButtonClusterWidth + gListClusterWidth) {
  8.         cluster (    alignment: align_fill,
  9.                     align_children: align_row,
  10.                     item_id: 'tctr') {
  11.             user_item(item_id: 'ticn', width: 32, height: 32);
  12.             static_text(item_id: 'ttxt', alignment: align_fill);
  13.         }
  14.         view (    align_children: align_top) {
  15.             view (    align_children: align_fill,
  16.                     width: gButtonClusterWidth) {
  17.                 cluster (    align_children: align_center,
  18.                             name: '$$$/Dialogs/DocumentAssembly/AddGroup') {
  19.                     button (item_id: 'addb',
  20.                             name: '$$$/Dialogs/DocumentAssembly/AddFilesButton');
  21.                 }
  22.                 cluster (    align_children: align_center,
  23.                             name: '$$$/Dialogs/DocumentAssembly/ChangeGroup') {
  24.                     button (item_id: 'remb',
  25.                             name: '$$$/Dialogs/DocumentAssembly/RemoveButton');
  26.                     button (item_id: 'mvup',
  27.                             name: '$$$/Dialogs/DocumentAssembly/MoveUpButton');
  28.                     button (item_id: 'mvdn',
  29.                             name: '$$$/Dialogs/DocumentAssembly/MoveDownButton');
  30.                 }
  31.             }
  32.             cluster (    align_children: align_left,
  33.                         name: '$$$/Dialogs/DocumentAssembly/Sources',
  34.                         width: gListClusterWidth) {
  35.                 hier_list_box (    item_id: 'srcs',
  36.                                 alignment: align_fill,
  37.                                 height: gListHeight);
  38.                 check_box(    item_id: 'incl',
  39.                             name: '$$$/Dialogs/DocumentAssembly/IncludeOpen');
  40.                 check_box(    item_id: 'rcnt',
  41.                             name: '$$$/Dialogs/DocumentAssembly/IncludeRecent');
  42.             }
  43.         }
  44.         ok_cancel_help();
  45.     }
  46. }