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

  1. dialog(name: '$$$/Prefs/Color', margin_height: 0, margin_width: 0)
  2. {
  3.     cluster(name: '$$$/Prefs/Color', dwidth: gPrefsPanelWidth, align_children: align_left)
  4.     {
  5.         view(align_children:align_row)
  6.         {
  7.             static_text(name: '$$$/Prefs/Color/Settings');
  8.             popup(item_id: 'csfs', width: max_char_width() * 15);
  9.         }
  10.  
  11.         cluster(name: '$$$/Prefs/Color/WorkingSpace', alignment: align_fill, align_children: align_left)
  12.         {
  13.             view(align_children:align_right)
  14.             {
  15.                 view(align_children: align_row)
  16.                 {
  17.                     static_text(name: '$$$/Prefs/Color/WorkingSpace/WorkingRGB');
  18.                     popup(item_id: 'rgbs', width: max_char_width() * 15);
  19.                 }
  20.                 view(align_children: align_row)
  21.                 {
  22.                     static_text(name: '$$$/Prefs/Color/WorkingSpace/WorkingCMYK');
  23.                     popup(item_id: 'cmyk', width: max_char_width() * 15);
  24.                 }
  25.                 view(align_children: align_row)
  26.                 {
  27.                     static_text(name: '$$$/Prefs/Color/WorkingSpace/WorkingGray');
  28.                     popup(item_id: 'gray', width: max_char_width() * 15);
  29.                 }
  30.                 view(align_children: align_row)
  31.                 {
  32.                     check_box(item_id: 'outi', name:'$$$/Prefs/Color/WorkingSpace/UseOutputIntents');
  33.                 }
  34.             }
  35.         }
  36.         
  37.         cluster(name: '$$$/Prefs/Color/CMM', alignment: align_fill, align_children: align_left)
  38.         {
  39.             view(align_children: align_row)
  40.             {
  41.                 static_text(name: '$$$/Prefs/Color/CMM/ColorManager');
  42.                 popup(item_id: 'ColM', width: max_char_width() * 11);
  43.             }
  44.     
  45.             check_box(item_id: 'blcm', name:'$$$/Prefs/Color/CMM/BPC');
  46.         }
  47.         
  48.         cluster(name: '$$$/Dialogs/DocInfo', alignment: align_fill)
  49.         {
  50.             view(align_children: align_center, alignment: align_fill)
  51.             {
  52.                 static_text( item_id: 'desc', height: gEditTextHeight*4, alignment: align_fill,
  53.                     multiline: true);
  54.             }
  55.         }
  56.     }
  57. }
  58.