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

  1. gMaxStaticWidth = 210;
  2. gMaxStaticHeight = 40;
  3. gMaxButtonWidth = max(
  4.     zstring_width(zstring: '$$$avPrefsNextButton'), 
  5.     zstring_width(zstring: '$$$avPrefsPrevButton'));
  6. dialog(name: '$$$/Prefs/DisplayDlg', margin_height: 0, margin_width: 0, first_tab: 'aatx')
  7. {
  8.     cluster(name: '$$$/Prefs/Display/Appearance', align_children: align_left, dwidth: gPrefsPanelWidth)
  9.     {
  10.         view(align_children: align_left, alignment: align_fill)
  11.         {
  12.             view(align_children: align_row)
  13.             {
  14.                 check_box(item_id: 'aatx', name: '$$$/Prefs/Display/SmoothText', next_tab: 'aagr');
  15.                 check_box(item_id: 'aagr', name: '$$$/Prefs/Display/SmoothGraphics', next_tab: 'aaim');
  16.                 check_box(item_id: 'aaim', name: '$$$/Prefs/Display/SmoothImages', next_tab: 'ddr ');
  17.             }                
  18.             check_box(item_id: 'ddr ', name: '$$$/Prefs/Display/DDR', next_tab: 'rad1');
  19.             
  20.             view(align_children: align_row)
  21.             {
  22.                 static_text(name: '$$$/Prefs/DDRSetup/Orig');
  23.                 user_item( item_id: 'orig', width: gMaxStaticWidth, height: gMaxStaticHeight );
  24.             }                    
  25.             view(align_children: align_row)
  26.             {
  27.                 view(align_children: align_row)
  28.                 {            
  29.                     view(align_children: align_left)
  30.                     {                
  31.                         radio(item_id: 'rad1', height: gMaxStaticHeight, name: '$$$/Prefs/DDRSetup/Sample1', next_tab: 'rad2');
  32.                         radio(item_id: 'rad2', height: gMaxStaticHeight, name: '$$$/Prefs/DDRSetup/Sample2', next_tab: 'rad3');
  33.                         radio(item_id: 'rad3', height: gMaxStaticHeight, name: '$$$/Prefs/DDRSetup/Sample3', next_tab: 'rad4');    
  34.                     }
  35.                 
  36.                     view(align_children: align_left)
  37.                     {
  38.                     user_item( item_id: 'sam1', width: gMaxStaticWidth, height: gMaxStaticHeight );
  39.                     user_item( item_id: 'sam2', width: gMaxStaticWidth, height: gMaxStaticHeight );
  40.                     user_item( item_id: 'sam3', width: gMaxStaticWidth, height: gMaxStaticHeight );
  41.                     }                
  42.                 }
  43.                 view(align_children: align_row)
  44.                 {            
  45.                     view(align_children: align_left)
  46.                     {                
  47.                         radio(item_id: 'rad4', height: gMaxStaticHeight, name: '$$$/Prefs/DDRSetup/Sample4', next_tab: 'rad5');    
  48.                         radio(item_id: 'rad5', height: gMaxStaticHeight, name: '$$$/Prefs/DDRSetup/Sample5', next_tab: 'rad6');
  49.                         radio(item_id: 'rad6', height: gMaxStaticHeight, name: '$$$/Prefs/DDRSetup/Sample6', next_tab: 'but1');    
  50.                     }
  51.                 
  52.                     view(align_children: align_left)
  53.                     {
  54.                     user_item( item_id: 'sam4', width: gMaxStaticWidth, height: gMaxStaticHeight );
  55.                     user_item( item_id: 'sam5', width: gMaxStaticWidth, height: gMaxStaticHeight );
  56.                     user_item( item_id: 'sam6', width: gMaxStaticWidth, height: gMaxStaticHeight );
  57.  
  58.                     }
  59.                 }
  60.             }
  61.             view(align_children: align_row)
  62.             {                
  63.                 static_text(item_id: 'tag ', name: '$$$/Prefs/DDRSetup/Step1');
  64.                 button(item_id: 'but1', width: gMaxButtonWidth, name: '$$$/ControlsStrings/Next');
  65.                 static_text(name: '$$$/Prefs/DDRSetup/HelpString');
  66.             }
  67.             static_text( item_id: 'desc', height: gStaticTextHeight*4, alignment: align_fill, multiline: true);
  68.         }
  69.     }
  70. }