home *** CD-ROM | disk | FTP | other *** search
- gCustomColorWidth=max(
- zstring_width(zstring: '$$$/Prefs/Access/DocColors/Text'),
- zstring_width(zstring: '$$$/Prefs/Access/DocColors/Background'));
-
- dialog(name: '$$$/Prefs/Access', margin_height: 0, margin_width: 0, first_tab: 'DocC')
- {
- view(dheight: gPrefsPanelHeight, dwidth: gPrefsPanelWidth, align_children: align_left)
- {
-
- cluster(item_id: 'DClu', name: '$$$/Prefs/Access/DocColor/Title', dwidth: gPrefsPanelWidth)
- {
- check_box(item_id: 'DocC', name: '$$$/Prefs/Access/DocColors/Set', next_tab: 'Wind');
- view (margin_width: 10)
- {
- radio(item_id: 'Wind', name: '$$$/Prefs/Access/DocColors/Windows', next_tab: 'CusD');
- radio(item_id: 'CusD', name: '$$$/Prefs/Access/DocColors/Custom', next_tab: 'BaLB');
- view (margin_width: 14)
- {
-
- view(align_children: align_row)
- {
- view(align_children: align_right, width : gCustomColorWidth)
- {
- static_text(item_id: 'BaLB', name:'$$$/Prefs/Access/DocColors/Background', next_tab: 'Back');
- }
- button(item_id: 'Back', picture: true, height: 20, width: 22, next_tab: 'TxLB');
- }
- view(align_children: align_row)
- {
- view(align_children: align_right, width : gCustomColorWidth)
- {
- static_text(item_id: 'TxLB', name:'$$$/Prefs/Access/DocColors/Text', next_tab: 'Text');
- }
- button(item_id: 'Text', picture: true, height: 20, width: 22, next_tab: 'Over');
- }
- }
-
- check_box(item_id: 'Over', name: '$$$/Prefs/Access/DocColors/TextColorNotSpecified', next_tab:'Line');
- check_box(item_id: 'Line', name: '$$$/Prefs/Access/DocColors/LineArtNotSpecified', next_tab:'Tabs');
- }
- }
-
- cluster(item_id: 'TabO', name:'$$$/Prefs/Access/TabOrder', dwidth: gPrefsPanelWidth, align_children: align_left)
- {
- check_box(item_id: 'Tabs', name: '$$$/Prefs/Access/TabOrder/Struct', next_tab: 'Hint');
- }
-
- cluster(item_id: 'DClu', name:'$$$/Prefs/Access/OtherHints', dwidth: gPrefsPanelWidth, align_children: align_left)
- {
- edit_text(item_id: 'Hint', height: gStaticTextHeight*4, alignment: align_fill, multiline: true, readonly: true);
- }
-
- }
- }
-