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

  1. gGroupWidth = gPrefsPanelWidth;
  2. gMaxTextWidth = gGroupWidth - 100;
  3.  
  4. dialog(name: '$$$/Dialogs/Prefs', margin_height: 0, margin_width: 0)
  5. {
  6.     cluster(name: '$$$/Dialogs/Prefs', dheight: gPrefsPanelHeight, dwidth: gGroupWidth, 
  7.             alignment: align_fill, align_children: align_left)
  8.     {
  9.         view(align_children: align_left, alignment: align_fill)
  10.         {
  11.             check_box(item_id: 'cmsC', name: '$$$/Dialogs/Prefs/UseP7Sig' );
  12.             static_text(item_id: 'cmsT', name: '$$$/Dialogs/Prefs/UseP7SigText',
  13.                     height: gStaticTextHeight * 3,  
  14.                     alignment: align_fill );
  15.             check_box(item_id: 'expC', name: '$$$/Dialogs/Prefs/ValCheckBox' );
  16.         }
  17.     }
  18. }