home *** CD-ROM | disk | FTP | other *** search
- gMaxStaticWidth = 210;
- gMaxStaticHeight = 40;
- gMaxButtonWidth = max(
- zstring_width(zstring: '$$$avPrefsNextButton'),
- zstring_width(zstring: '$$$avPrefsPrevButton'));
- dialog(name: '$$$/Prefs/DisplayDlg', margin_height: 0, margin_width: 0, first_tab: 'aatx')
- {
- cluster(name: '$$$/Prefs/Display/Appearance', align_children: align_left, dwidth: gPrefsPanelWidth)
- {
- view(align_children: align_left, alignment: align_fill)
- {
- view(align_children: align_row)
- {
- check_box(item_id: 'aatx', name: '$$$/Prefs/Display/SmoothText', next_tab: 'aagr');
- check_box(item_id: 'aagr', name: '$$$/Prefs/Display/SmoothGraphics', next_tab: 'aaim');
- check_box(item_id: 'aaim', name: '$$$/Prefs/Display/SmoothImages', next_tab: 'ddr ');
- }
- check_box(item_id: 'ddr ', name: '$$$/Prefs/Display/DDR', next_tab: 'rad1');
-
- view(align_children: align_row)
- {
- static_text(name: '$$$/Prefs/DDRSetup/Orig');
- user_item( item_id: 'orig', width: gMaxStaticWidth, height: gMaxStaticHeight );
- }
- view(align_children: align_row)
- {
- view(align_children: align_row)
- {
- view(align_children: align_left)
- {
- radio(item_id: 'rad1', height: gMaxStaticHeight, name: '$$$/Prefs/DDRSetup/Sample1', next_tab: 'rad2');
- radio(item_id: 'rad2', height: gMaxStaticHeight, name: '$$$/Prefs/DDRSetup/Sample2', next_tab: 'rad3');
- radio(item_id: 'rad3', height: gMaxStaticHeight, name: '$$$/Prefs/DDRSetup/Sample3', next_tab: 'rad4');
- }
-
- view(align_children: align_left)
- {
- user_item( item_id: 'sam1', width: gMaxStaticWidth, height: gMaxStaticHeight );
- user_item( item_id: 'sam2', width: gMaxStaticWidth, height: gMaxStaticHeight );
- user_item( item_id: 'sam3', width: gMaxStaticWidth, height: gMaxStaticHeight );
- }
- }
- view(align_children: align_row)
- {
- view(align_children: align_left)
- {
- radio(item_id: 'rad4', height: gMaxStaticHeight, name: '$$$/Prefs/DDRSetup/Sample4', next_tab: 'rad5');
- radio(item_id: 'rad5', height: gMaxStaticHeight, name: '$$$/Prefs/DDRSetup/Sample5', next_tab: 'rad6');
- radio(item_id: 'rad6', height: gMaxStaticHeight, name: '$$$/Prefs/DDRSetup/Sample6', next_tab: 'but1');
- }
-
- view(align_children: align_left)
- {
- user_item( item_id: 'sam4', width: gMaxStaticWidth, height: gMaxStaticHeight );
- user_item( item_id: 'sam5', width: gMaxStaticWidth, height: gMaxStaticHeight );
- user_item( item_id: 'sam6', width: gMaxStaticWidth, height: gMaxStaticHeight );
-
- }
- }
- }
- view(align_children: align_row)
- {
- static_text(item_id: 'tag ', name: '$$$/Prefs/DDRSetup/Step1');
- button(item_id: 'but1', width: gMaxButtonWidth, name: '$$$/ControlsStrings/Next');
- static_text(name: '$$$/Prefs/DDRSetup/HelpString');
- }
- static_text( item_id: 'desc', height: gStaticTextHeight*4, alignment: align_fill, multiline: true);
- }
- }
- }