home *** CD-ROM | disk | FTP | other *** search
- gGroupWidth = gPrefsPanelWidth;
- gMaxTextWidth = gGroupWidth - 100;
-
- dialog(name: '$$$/Dialogs/Prefs', margin_height: 0, margin_width: 0)
- {
- cluster(name: '$$$/Dialogs/Prefs', dheight: gPrefsPanelHeight, dwidth: gGroupWidth,
- alignment: align_fill, align_children: align_left)
- {
- view(align_children: align_left, alignment: align_fill)
- {
- check_box(item_id: 'cmsC', name: '$$$/Dialogs/Prefs/UseP7Sig' );
- static_text(item_id: 'cmsT', name: '$$$/Dialogs/Prefs/UseP7SigText',
- height: gStaticTextHeight * 3,
- alignment: align_fill );
- check_box(item_id: 'expC', name: '$$$/Dialogs/Prefs/ValCheckBox' );
- }
- }
- }