! As shipped, all uncommented resource settings in this file contribute to
! the default presentation of Sun MTPScan.  Sample resource settings for other
! aspects of widgets and objects are sprinkled throughout the file so the
! new user is aware of how to set resources in general.  The Motif manuals
! contain specifics on all resources for all widgets.
!
! Sun MTPScan ships with two resource files: KixScan.color and KixScan.mono. 
! The latter is the same as the color file without the color resources. These 
! resources appear at the end of KixScan.color after the word "COLOR".
!
! NOTE: Do not leave any white space (blanks or tabs) after a resource value.
! If you do, X does not pick up the resource and uses a default value instead
! of yours. Also note that resource specifications and values can be split
! across lines with the standard C-style use of '\'.
!
!
!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 
! GLOBAL loose resource settings.  Set other resources on a more
! tightly bound basis.  These set the tone for the entire application's
! appearance.
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 
!
! The following sets all fonts for all widgets that have a font.  If you
! want a different font for a specific widget of set of widgets, set them
! individually.  More specific resource identification overrides the more
! general specification.
!
!*fontList:               fixed
!*fontList:              9x15
*fontList:              -*-lucida-*-r-*-*-12-*-*-*-*-*-*-*

! MainWindow sizes for all Screens except the Summary Screen (see below)
*main_window.height:     525
*main_window.width:      850

! The following allows you to also use the Motif 1.1 style selection method
! for a PushButton: the Return or Enter key. Motif1.2 uses the SpaceBar by 
! default. 
*XmPushButton*defaultVirtualBindings: \
   osfRight: <Key>Right \n\
   osfLeft: <Key>Left \n\
   osfDown: <Key>Down \n\
   osfUp: <Key>Up \n\
   osfSelect: <Key>Return

! This value tells Sun MTPScan the maximum number of entries to display in a
! KxScrolledList. The KxScrolledList's Count still shows the true number of
! entries, but the object itself only displays, at most, this value. If not
! set, this value defaults to 100.
!*maxVisibleEntries: 50

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 
! DebugDialog
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 
*debug_icon.labelPixmap:                               debug.icon
*debug_icon.labelString:                               Debug

*debug_dialog.title:                                   Debug
*debug_dialog.iconName:                                Debug

*debug_dialog*stop.labelString:                        Stop
*debug_dialog*crash.labelString:                       Crash
*debug_dialog*radio_box*stderr.labelString:            stderr
*debug_dialog*radio_box*file.labelString:              File
*debug_dialog*file_request.labelString:                Filename
*debug_dialog*debug_file_fsd_popup.title:              Debug File

*debug_dialog*datapoints.title.labelString:            Datapoints
*debug_dialog*gui*title.labelString:                   GUI
*debug_dialog*title.fontList:                          \
   -*-lucida-bold-r-*-*-14-*-*-*-*-*-*-*

*debug_dialog*debug_options_header.labelString:        Debug Options
*debug_dialog*debug_options_header.fontList:           \
   -*-fixed-bold-*-*-*-13-*-*-*-*-*-*-*
*debug_dialog*trace_options_header.labelString:        Trace Options
*debug_dialog*trace_options_header.fontList:           \
   -*-fixed-bold-*-*-*-13-*-*-*-*-*-*-*

*debug_dialog*debug_title_area.leftOffset:             50

*debug_dialog*title.bottomOffset:                      20

! Give the ScrolledWindow a height and width, otherwise Motif defaults them
! to 200x200 or something equally silly. You could also set the size on the
! actual DialogShell instead (like most Sun MTPScan Screens), but this is easier
! for this particular Dialog.
*debug_dialog*XmScrolledWindow.height:                  400
*debug_dialog*XmScrolledWindow.width:                   300
!*debug_dialog*XmScrolledWindow.scrollBarDisplayPolicy:  XmAS_NEEDED
*debug_dialog*XmScrolledWindow.scrollBarDisplayPolicy:  XmSTATIC


!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 
! Dialogs
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 
*ok.labelString:        Ok
*apply.labelString:     Apply
*default.labelString:   Default
*cancel.labelString:    Cancel
*done.labelString:      Done
*save.labelString:      Save
*help.labelString:      Help


!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 
! FileSelectionDialog
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 
!*XmFileSelectionBox*fontList:      9x15


!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 
! Help
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 
*help_icon.labelPixmap:             help.icon

*help_dialog.title:                       Help Me!
*help_dialog*scrolled_text.rows:          24
*help_dialog*scrolled_text.columns:       80
!*help_dialog*scrolled_text.fontList:      9x15

*help_selection_dialog*scrolled_list.visibleItemCount: 15
*help_selection_dialog*scrolled_list.selectionPolicy:  XmBROWSE_SELECT
!*help_selection_dialog*scrolled_text.fontList:        9x15


!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 
! MenuBar
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 

! The MenuBars for all Screens are very similar.  The following resources
! apply to all MenuBars. When a Screen's MenuBar differs, the additional
! resources are set in a particular Screen's section, below.

!*menu_bar*fontList:                     -*-courier-*-*-*-*-14-*-*-*-*-*-*-*

! File PulldownMenu
*file_pulldown.labelString:                     File
*file_pulldown.mnemonic:                        F


! View PulldownMenu
*view_pulldown.labelString:                     View
*view_pulldown.mnemonic:                        V

*view_pulldown*hide.labelString:                Hide
*view_pulldown*hide.mnemonic:                   H

*view_pulldown*hide_children.labelString:       Hide Children
*view_pulldown*hide_children.mnemonic:          C

*view_pulldown*hide_all.labelString:            Hide All
*view_pulldown*hide_all.mnemonic:               A


! Utilities PulldownMenu
*utilities_pulldown.labelString:                Utilities
*utilities_pulldown.mnemonic:                   U

*utilities_pulldown*preferences.labelString:    Preferences
*utilities_pulldown*preferences.mnemonic:       P

*utilities_pulldown*debug.labelString:          Debug
*utilities_pulldown*debug.mnemonic:             D

! Options PulldownMenu
*options_pulldown.labelString:                  Options
*options_pulldown.mnemonic:                     O

*options_pulldown*set_filters.labelString:      Set Filter Columns ...
*options_pulldown*preferences.mnemonic:         S

! Help PulldownMenu
*help_pulldown.labelString:                     Help
*help_pulldown.mnemonic:                        H

*help_pulldown*help_on_help.labelString:        on Help
*help_pulldown*help_on_help.mnemonic:           H

*help_pulldown*help_on_gui.labelString:         on GUI
*help_pulldown*help_on_gui.mnemonic:            G

*help_pulldown*help_on_datapoints.labelString:  on Datapoints
*help_pulldown*help_on_datapoints.mnemonic:     D

*help_pulldown*help_on_screens.labelString:     on Screens
*help_pulldown*help_on_screens.mnemonic:        S


!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 
! MessageDialogs
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 
*okLabelString:                   Ok
*error_dialog.dialogTitle:        Error!
!*error_dialog.okLabelString:     Acknowledged
*information_dialog.dialogTitle:  For Your Information . . .
*option_dialog.dialogTitle:       What Should I Do?
*warning_dialog.dialogTitle:      Warning!


!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 
! Preferences
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 

! The name of the icon.
*preferences_icon.labelPixmap:           preferences.icon

! The actual name of the Summary Screen's Preferences Dialog is "summary".
*summary.title:                          Summary
*summary.iconName:                       Summary

! Histograms
*preferences*histograms.KxLabel.labelString: Histograms
*preferences*histograms.KxLabel.fontList:   -*-lucida-bold-*-*-*-14-*-*-*-*-*-*-*

*preferences*XmScale.orientation:        XmHORIZONTAL
*preferences*XmScale.showValue:          True
*preferences*XmScale.highlightOnEnter:   True
*preferences*XmScale.highlightThickness: 2
*preferences*XmScale.scaleHeight:        20
*preferences*XmScale.scaleWidth:         80

*preferences*histograms*txs_histogram*KxLabel.labelString:    TXs/sec
*preferences*histograms*reads_histogram*KxLabel.labelString:  Reads/sec
*preferences*histograms*writes_histogram*KxLabel.labelString: Writes/sec

*preferences*histograms*min.maximum:                       499
*preferences*histograms*max.maximum:                       500
!*preferences*histograms*txs_histogram*min.maximum:         199
!*preferences*histograms*txs_histogram*max.maximum:         200

*preferences*histograms*auto_config.labelString:           Auto Config
*preferences*histograms*inform.labelString:                Inform

*preferences*histograms*min.titleString:                   Min
*preferences*histograms*max.titleString:                   Max

! Update Interval
*preferences*update_interval.KxLabel.labelString:          Update Interval
*preferences*update_interval.KxLabel.fontList:             \
   -*-lucida-bold-*-*-*-14-*-*-*-*-*-*-*
*preferences*update_interval*scale.maximum:                600

! Filename Patterns
*preferences*fsd.title.labelString:                        Filename Patterns
*preferences*fsd.title.fontList:                           \
   -*-lucida-bold-*-*-*-14-*-*-*-*-*-*-*

*preferences*fsd*title.fontList:                           \
   -*-fixed-bold-*-*-*-13-*-*-*-*-*-*-*
*preferences*fsd*mtp_file*title.labelString:               Sun MTP File
*preferences*fsd*multi_file*title.labelString:             Multi File
*preferences*fsd*debug_file*title.labelString:             Debug File

*preferences*fsd*reset.labelString:                        Reset
*preferences*fsd*reset.leftOffset:                         50

*preferences*fsd*KxLabel.fontList:                         fixed
*preferences*fsd*XmTextField.columns:                      48
*preferences*fsd*directory*KxLabel.labelString:            Directory:
*preferences*fsd*pattern*KxLabel.labelString:              Pattern  :


!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
! Filter Dialogs
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

!
! A filter dialogs title depends on the parent screen.
!
*filter_tct.title:                                       TCT : Set Filter Columns
!
*filter_main_window.height:                              450
*filter_main_window.width:                               430
!
*filter_main_window*XmForm.horizontalSpacing:            0
*filter_main_window*XmForm.verticalSpacing:              0
!
*filter_main_window*KxLabel.fontList:                    -*-fixed-bold-*-*-*-13-*-*-*-*-*-*-*
!
*filter_main_window*KxOptionMenuForm*fontList:           fixed
!
!*filter_main_window*XmTextField*fontList:               -*-fixed-bold-*-*-*-13-*-*-*-*-*-*-*
*filter_main_window*XmTextField*fontList:                fixed
!
!*filter_main_window*KxAction*fontList:                  -*-fixed-bold-*-*-*-14-*-*-*-*-*-*-*

*filter_icon.labelPixmap:                                filter.icon

*KxFilterWorkArea.filters.KxLabel.labelString:           Entries Filtered By:
*KxFilterWorkArea*KxLabel.height:                        30
*KxFilterWorkArea*filters_form*KxLabel.width:            100


!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 
! TopLevel
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 
! These settings set the size of the Summary Screen, because the SS lives inside
! the topmost topLevelShell. This shell has the name of the application. These
! resources must be set to allow Sun MTPScan to come up.
*KixScan.height:   500
*KixScan.width:    850


!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 
! Work Area
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 
*XmForm.horizontalSpacing: 5
*XmForm.verticalSpacing:   5

! Histograms
*XmScale.showValue:                        False
*XmScale.highlightThickness:               0
*XmScale.orientation:                      XmVERTICAL
*XmScale.scaleHeight:                      80
*histogram_container*scale.leftOffset:     10
*histogram_container*KxLabel.leftOffset:   0
*histogram_container*maximum.topOffset:    10
*histogram_container*minimum.bottomOffset: 10
!*histogram_container*fontList:            -*-helvetica-*-*-*-*-14-*-*-*-*-*-*-*

! Histogram names for all screens except the Summary Screen
*txs_histogram*KxLabel.labelString:        TXs/sec
*reads_histogram*KxLabel.labelString:      Reads/sec
*writes_histogram*KxLabel.labelString:     Writes/sec

! Title Container
*title_container*fontList:                 -*-lucida-*-r-*-*-22-*-*-*-*-*-*-*
*title_container.KxValue.alignment:        XmALIGNMENT_CENTER

! DateTime Container
*date_time_container*fontList:             -*-lucida-*-r-*-*-10-*-*-*-*-*-*-*
*date_time_container*verticalSpacing:      0
*date.KxLabel.labelString:                 Date:
*time.KxLabel.labelString:                 Time:

! Info Container

! KxLabelValuePairs
*KxLabel.alignment:                        XmALIGNMENT_BEGINNING
!*KxLabel.fontList:                         -*-fixed-bold-*-*-*-12-*-*-*-*-*-*-*
*KxLabel.fontList:                         -*-lucida-*-r-*-*-12-*-*-*-*-*-*-*

*KxValue.alignment:                        XmALIGNMENT_BEGINNING

!
! KxScrolledList
! Always make the KxScrolledList font some kind of fixed font. Otherwise,
! the columns will not line up with the header. While you can set the
! fonts separately, the columns and header line up when you use the same
! font for both.
!
*KxScrolledList*fontList:                 fixed
!*KxScrolledList*fontList:                -*-fixed-medium-*-*-*-24-*-*-*-*-*-*-*
!*KxScrolledList*fontList:                -*-courier-*-*-*-*-14-*-*-*-*-*-*-*
!*KxScrolledList*header.fontList:         9x15
*KxScrolledList.interactive*XmRowColumn*spacing: 0
!*KxScrolledList*scrollBarDisplayPolicy:  XmAS_NEEDED
*XmScrolledWindow.scrollBarDisplayPolicy: XmSTATIC
*XmText.scrollLeftSide:                   True
*XmScrolledWindow.scrollBarPlacement:     XmBOTTOM_LEFT
!*KxScrolledList*scrollBarPlacement:      XmTOP_RIGHT

*KxScrolledList*XmForm.verticalSpacing:        0
*KxScrolledList.verticalSpacing:               0
*KxScrolledList*XmForm.horizontalSpacing:      0
*KxScrolledList.horizontalSpacing:             0

!
! Set the offset on the header of the KxScrolledLists to make it line up with 
! the items inside. The offsets are different for the interactive and read-only 
! KxScrolledLists.
*KxScrolledList.interactive*header.leftOffset: 28
*KxScrolledList.read_only*header.leftOffset:   20

!
! Set the offset on the filter column header of the KxScrolledLists to make it
! line up with the items inside. The offsets are different for the interactive
! and read-only KxScrolledLists.
*KxScrolledList.interactive*filter_header.leftOffset: 28
*KxScrolledList.read_only*filter_header.leftOffset:   20

*KxScrolledList*counter*KxLabel.labelString:             Total Count:
*KxScrolledList*counter.rightAttachment:                 XmATTACH_FORM
*KxScrolledList*KxCountForm*KxLabel.leftAttachment:      XmATTACH_FORM
*KxScrolledList*KxCountForm*KxLabel.alignment:           XmALIGNMENT_BEGINNING
*KxScrolledList*KxCountForm*KxValue.alignment:           XmALIGNMENT_END
!
! Screens With Filter Columns Displayed
! have a Visible Count value.
! The name of the Visible Count parent form widget is "visiblecounter"
!
*KxScrolledList*KxCountForm.counter*KxLabel.labelString:         Total Count  :
*KxScrolledList*KxCountForm.visiblecounter*KxLabel.labelString:  Visible Count:
*KxScrolledList*KxCountForm.visiblecounter.rightAttachment:      XmATTACH_FORM
*KxScrolledList*KxCountForm.visiblecounter.leftAttachment:       XmATTACH_FORM
!*KxScrolledList*filter_label.alignment:                          XmALIGNMENT_BEGINNING
*KxScrolledList*filter_label.alignment:                          XmALIGNMENT_CENTER
*KxScrolledList*filter_label.borderColor:                        Black


!sets the border and highlight thickness of text widget in KxScrolledLists.
!note changing these values may result in misalignment of header of 
!KxScrolledLists with the items inside.
!*KxScrolledList*items.shadowThickness: 1
!*KxScrolledList*items.highlightThickness: 0


!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 
! Screens (in alphabetic order)
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 


!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
! CICS Screen
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

! Title Area
*cics_icon.labelPixmap:  cics.icon
*cics_icon.labelString:  CICS

! KxScrolledList
*cics*KxScrolledList*header.labelString: \
Command     Requests


!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
! Dataset Screen
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

! Title Area
*dataset_icon.labelString:                             Dataset
*dataset_icon.labelPixmap:                             dataset.icon

*dataset*primary.KxLabel.labelString:                  Primary Dataset:
*dataset*primary.rightAttachment:                      XmATTACH_FORM

! KxScrolledLists
*dataset*title.leftAttachment:                         XmATTACH_FORM
*dataset*title.rightAttachment:                        XmATTACH_FORM
*dataset*title.fontList:   -*-lucida-bold-*-*-*-14-*-*-*-*-*-*-*

*dataset*segments*title.labelString:                   Segments
*dataset*segments*KxScrolledList*header.labelString:   \
Segment  Filename        Environment

*dataset*alternates*title.labelString:                 Alternates
*dataset*alternates*KxScrolledList*header.labelString: \
Dataset   Filename        Environment


!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
! DCT Screens 
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

! Intrapartition Screen
! Title Area
*dct_intra_icon.labelString:                  DCT:Intra
*dct_intra_icon.labelPixmap:                  dct_intra.icon

! KxScrolledList
*dct_intra*KxScrolledList*header.labelString: \
Name  Status    Filename        Environment        Group     Trigger  Transid  Dest Type  Term  Recovery       Items    Read Rec  Read Time   Write Rec  Write Time       FS In      Avg In

! Extrapartition Screen
! Title Area
*dct_extra_icon.labelString:                  DCT:Extra
*dct_extra_icon.labelPixmap:                  dct_extra.icon

! KxScrolledList
*dct_extra*KxScrolledList*header.labelString: \
Name  Status    Filename        Environment      Group    Format              Length  Open  Usage       Items    Read Rec  Read Time   Write Rec  Write Time       FS In      Avg In


! Remote Screen
! Title Area
*dct_remote_icon.labelString:                  DCT:Remote
*dct_remote_icon.labelPixmap:                  dct_remote.icon

! KxScrolledList
*dct_remote*KxScrolledList*header.labelString: \
Name  Status    RSys      Length  RName  Group          FS In      Avg In      FS Out     Avg Out



!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
! Environment Screen
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

! Title Area
*environment_icon*labelString:                        Environment
*environment_icon.labelPixmap:                        environment.icon

!*environment*title.fontList:                          9x15
*environment*title.fontList:                          \
   -*-lucida-bold-r-*-*-14-*-*-*-*-*-*-*

*environment*variables*title.labelString:             Environment  Variables
*environment*unikix*KxLabel.labelString:              UNIKIX   =
*environment*kixsys*KxLabel.labelString:              KIXSYS   =
*environment*kixprogs*KxLabel.labelString:            KIXPROGS =
*environment*kixmaps*KxLabel.labelString:             KIXMAPS  =
*environment*kixbtch*KxLabel.labelString:             KIXBTCH  =
*environment*kixhost*KxLabel.labelString:             KIXHOST  =
*environment*cobdir*KxLabel.labelString:              COBDIR   =
*environment*cobcpy*KxLabel.labelString:              COBCPY   =

*environment*options*title.labelString:               Runtime  Options
*environment*vsam_pgm_name*KxLabel.labelString:       VSAM Name   :
*environment*vsam_path*KxLabel.labelString:           VSAM Path   :
*environment*tx_server*KxLabel.labelString:           Tran Server :
*environment*tx_path*KxLabel.labelString:             Tran Path   :
*environment*local_path*KxLabel.labelString:          Local Path  :

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
! ISC Screen
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

! Title Area
*isc_icon.labelString:                        ISC
*isc_icon.labelPixmap:                        isc.icon

! KxScrolledList
*isc*KxScrolledList.topOffset:                20
*isc*KxScrolledList*header.labelString:       \
RSys    Ref  Status  Access   Local LU    Partner   Network Partner   Mode      Host              TCP/IP Port       Trace      Req In      Avg In     Req Out     Avg Out


!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
! ISC Statistics Screen
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

! Title Area
*isc_statistics_icon.labelString:                       ISC Statistics
*isc_statistics_icon.labelPixmap:                       isc_statistics.icon

! KxScrolledList
*isc_statistics*KxScrolledList*header.labelString:      \
Type      Req In    Chars In      Avg In     Req Out   Chars Out     Avg Out

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
! Overview Screen
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
! Work Area
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

! Set the width to see all of the Screen icons in a single row. If you want
! to put the icons on two rows, adjust the height as well to see more of the
! KxScrolledList.
*overview.width:                                          1024
*overview.height:                                         640

! Title Area
*overview_icon.labelString:                               Overview
*overview_icon.labelPixmap:                               overview.icon


! Info Container
*overview*info_container*KxValue.alignment:               XmALIGNMENT_END
*overview*columns_holder*XmForm.marginWidth:              10
*overview*columns_holder.borderColor:                     Black

! LabelValuePairs
! Give the Labels a good width to space out the Values in the columns properly.
!*overview*info_container*KxLabel.fontList:          -*-fixed-bold-*-*-*-*-*-*-*-*-*-*-*
*overview*info_container*title.fontList:             -*-lucida-bold-r-*-*-14-*-*-*-*-*-*-*

! Current Statistics

*overview*current.title.labelString:                       Current

*overview*current*state*KxLabel.labelString:               State         :
*overview*current*num_users*KxLabel.labelString:           Users         :
*overview*current*txs_per_sec*KxLabel.labelString:         TXs/sec       :
*overview*current*processq*KxLabel.labelString:            Messages on Q :
*overview*current*shared_memory*KxLabel.labelString:       Shared Memory :
*overview*current*mq_available*KxLabel.labelString:        MQ Available  :

! Cumulative Statistics
*overview*cumulative1.title.labelString:                   Cumulative

*overview*cumulative1*txs.KxLabel*labelString:             TXs         :
*overview*cumulative1*restarts*KxLabel.labelString:        Restarts    :
*overview*cumulative1*tx_aborts*KxLabel.labelString:       Aborts      :
*overview*cumulative1*bj_reads*KxLabel.labelString:        BJ Reads    :
*overview*cumulative1*user_cpu*KxLabel.labelString:        User CPU    :
*overview*cumulative1*mq_request_nbr*KxLabel.labelString:  MQ Requests :

*overview*cumulative2*max_txs_per_sec*KxLabel.labelString: Max TXs/sec :
*overview*cumulative2*deadlocks*KxLabel.labelString:       Deadlocks   :
*overview*cumulative2*file_waits*KxLabel.labelString:      File Waits  :
*overview*cumulative2*bj_writes*KxLabel.labelString:       BJ Writes   :
*overview*cumulative2*kernel_cpu*KxLabel.labelString:      Kernel CPU  :

! Static Configuration Values
*overview*static1.title.labelString:                       Static

*overview*static1*tx_servers*KxLabel.labelString:          TX Servers      :
*overview*static1*debug_terminals*KxLabel.labelString:     Debug Terminals :
*overview*static1*mtp_version*KxLabel.labelString:         Version         :
*overview*static1*start_date*KxLabel.labelString:          Start Date      :
*overview*static1*start_time*KxLabel.labelString:          Start Time      :
*overview*static1*iiop_active*KxLabel.labelString:         IIOP Active     :

*overview*static2*db_type*KxLabel.labelString:             Database Type :
*overview*static2*buffer_memory*KxLabel.labelString:       Buffer Memory :
*overview*static2*sit_acct*KxLabel.labelString:            SIT  Acct     :
*overview*static2*user_acct*KxLabel.labelString:           User Acct     :
*overview*static2*tx_acct*KxLabel.labelString:             TX   Acct     :
*overview*static2*iiop_port*KxLabel.labelString:           IIOP Port     :

*overview*static3*mq_manager*KxLabel.labelString:          MQ Manager Name :
*overview*static3*mq_queue*KxLabel.labelString:            MQ Queue Name   :
*overview*static3*mbm_connection*KxLabel.labelString:      Sun MBM Connection:
*overview*static3*mbm_node*KxLabel.labelString:            Sun MBM Node Name :

! KxScrolledList
*overview*KxScrolledList.topOffset:                        20
*overview*KxScrolledList*header.labelString:               \
User      Transid  Tx Class       Task#  Termid  TX Type   Program          Pid  Status          Reads      Writes   B4 Images  Semaphores  CICS Cmd  Dataset        Block      Time


! IconBar
! Each individual icon image is set with its Screen's section.
*overview*icon_bar.spacing:                                0
*overview*icon_bar.orientation:                            XmHORIZONTAL
*overview*icon_bar.packing:                                XmPACK_TIGHT

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
! PCT Screen
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

! Title Area
*pct_icon.labelString:                  PCT
*pct_icon.labelPixmap:                  pct.icon

! KxScrolledList
*pct*KxScrolledList*header.labelString: \
Transid  Program  Tx Class     Executed  CPU Time      Starts  Secur      Aborts  Size  Acct   File  Q Appc RSys  RTran  Group          AP In      Avg In      AP Out     Avg Out


!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
! PPT Screen
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

! Title Area
*ppt_icon.labelString:                  PPT
*ppt_icon.labelPixmap:                  ppt.icon
!*ppt_icon.labelPixmap:                  my_ppt.icon

! KxScrolledList
*ppt*KxScrolledList*header.labelString: \
Program     Executed  TX Use      Aborts  RProgram  RTran  API  Map  Group     Shared Library        DPL In      Avg In     DPL Out     Avg Out


!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
! Queues Screen
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

! Title Area
*queues_icon.labelString:                  Sys Queues
*queues_icon.labelPixmap:                  queues.icon

! KxScrolledList
*queues*KxScrolledList*header.labelString: \
Queue       Capacity       Bytes   Max Bytes    Messages    Max Msgs  Last Received


!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
! Recovery Screen
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

! Title Area
*recovery_icon.labelString:                   Recovery
*recovery_icon.labelPixmap:                   recovery.icon

! LabelValuePairs 
!*recovery*info_container*KxLabel.alignment:   XmALIGNMENT_END
*recovery*filename*KxLabel.labelString:       Filename    :
*recovery*environment*KxLabel.labelString:    Environment :
*recovery*type*KxLabel.labelString:           Type        :
*recovery*size*KxLabel.labelString:           Size        :
*recovery*wrap_time*KxLabel.labelString:      Last Wrap   :
*recovery*timeouts*KxLabel.labelString:       Timeouts    :
*recovery*percent_used*KxLabel.labelString:   % Used      :

!*recovery*filename*KxLabel.labelString:       Filename:
!*recovery*environment*KxLabel.labelString:    Environment:
!*recovery*type*KxLabel.labelString:           Type:
!*recovery*size*KxLabel.labelString:           Size (blocks):
!*recovery*wrap_time*KxLabel.labelString:      Last Wrap Time:
!*recovery*timeouts*KxLabel.labelString:       Timeouts:
!*recovery*percent_used*KxLabel.labelString:   Percent Used:
 

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
! Semaphores Screen 
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

! Title Area
*semaphores_icon.labelString:                          Semaphores
*semaphores_icon.labelPixmap:                          semaphores.icon

! Info Container
*semaphores*delta_waits_interval*KxLabel.labelString:  Interval:
*semaphores*delta_waits_interval.rightAttachment:      XmATTACH_FORM

! KxScrolledList
*semaphores*KxScrolledList.topOffset:                  20
*semaphores*KxScrolledList*header.labelString:         \
Name            Locks  Average Time       Waits       Delta


!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
! Socket Screen 
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

!Title Area
*socket_icon.labelString:                   Socket
*socket_icon.labelPixmap:                   socket.icon

!Info Container
*socket*info_container*KxValue.alignment:   XmALIGNMENT_END
*socket*columns_holder*XmForm.marginWidth:  10

*socket*security_exit_failures*KxLabel.labelString:    Exit Failures:

*socket*title.fontList:                     -*-lucida-bold-*-*-*-14-*-*-*-*-*-*-*
*socket*immediate*title.labelString:        Immediate
*socket*interval*title.labelString:         Interval Control
*socket*transient*title.labelString:        Transient Data

! All columns share the same datapoints
*socket*requests*KxLabel.labelString:       Requests   :
*socket*failures*KxLabel.labelString:       Failures   :
*socket*characters*KxLabel.labelString:     Characters :
*socket*average*KxLabel.labelString:        Avg Chars  :



!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
! Startq Screen 
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

! Title Area
*startq_icon.labelString:                          Start Queue
*startq_icon.labelPixmap:                          startq.icon

! KxScrolledList
*startq*KxScrolledList.topOffset:                  20
*startq*KxScrolledList*header.labelString:         \
Type   Status             Facility  Request       Task#  Transid  Code  Protect  Queue            Item  Reqid     Sysid  Term  RTerm  RTran

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 
! Summary Screen
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 
! MenuBar 
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 

! File PulldownMenu 
*summary*file_pulldown*open_by_mtp_file.labelString:              \
Open by Sun MTP File
*summary*file_pulldown*open_by_mtp_file.mnemonic:                 O

*summary*file_pulldown*open_by_multi_file.labelString:            \
Open by Multi File
*summary*file_pulldown*open_by_multi_file.mnemonic:               M

*summary*file_pulldown*close_mtp_system.labelString:              Close One
*summary*file_pulldown*close_mtp_system.mnemonic:                 C
*summary*file_pulldown*close_mtp_system.accelerator:              Alt<Key>c
*summary*file_pulldown*close_mtp_system.acceleratorText:          Alt-C

*summary*file_pulldown*close_all.labelString:                     Close All
*summary*file_pulldown*close_all.mnemonic:                        A
*summary*file_pulldown*close_all.accelerator:                     Ctrl<Key>a
*summary*file_pulldown*close_all.acceleratorText:                 Ctrl-A

*summary*file_pulldown*exit.labelString:                          Exit
*summary*file_pulldown*exit.mnemonic:                             x
*summary*file_pulldown*exit.accelerator:                          Ctrl<Key>x
*summary*file_pulldown*exit.acceleratorText:                      Ctrl-X

*summary*mtp_file_fsd_popup.title:                                Sun MTP File
*summary*multi_file_fsd_popup.title:                              Multi File

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 
! Work Area
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 
! The work area for the SS is different from the work areas of all other
! screens simply because of the Getting Started Screen.  This causes an 
! additional widget level to be a parent to both the Getting Started Screen
! and the SS's work area proper.  The additional Form is called 
! summary_screen_container and its children are getting_started and work_area.

! Histograms

*summary*txs_histogram*KxLabel.labelString:       Total TXs/sec
*summary*reads_histogram*KxLabel.labelString:     Total Reads/sec
*summary*writes_histogram*KxLabel.labelString:    Total Writes/sec

! Title Area
*summary_icon.labelString:                        Summary
*summary_icon.labelPixmap:                        summary.icon
!*summary_icon.background:                         black

! KxScrolledList
*summary*KxScrolledList*header.labelString:       \
System       State  Users         TXs  TX Servers     TXs/sec  Kernel CPU  User CPU TX Classes  KIXSYS


!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
! TCT Screen 
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

! Title Area
*tct_icon.labelString:                  TCT
*tct_icon.labelPixmap:                  tct.icon

! KxScrolledList
*tct*KxScrolledList*header.labelString: \
Type      Termid  Busy  Userid    Status  Model           Device Name           LU Name   Host                     Pid     Session  Svc  Logon  Active        Port    Messages  RSys

! Filter Dialog
*filter_tct*TCT_Type*KxLabel.labelString:          Type
*filter_tct*TCT_Termid*KxLabel.labelString:        Termid
*filter_tct*TCT_Userid*KxLabel.labelString:        Userid
*filter_tct*TCT_Model*KxLabel.labelString:         Model
*filter_tct*TCT_LuName*KxLabel.labelString:        LU Name
*filter_tct*TCT_Host*KxLabel.labelString:          Host

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
! TST Screen 
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

! Title Area
*tst_icon.labelString:                              TST
*tst_icon.labelPixmap:                              tst.icon


*tst*title.leftAttachment:                          XmATTACH_FORM
*tst*title.rightAttachment:                         XmATTACH_FORM
*tst*title.alignment:                               XmALIGNMENT_CENTER
*tst*title.fontList:                                \
   -*-lucida-bold-*-*-*-14-*-*-*-*-*-*-*

! Table Definitions KxScrolledList
*tst*definitions*title.labelString:                 Table Definitions
*tst*definitions*KxScrolledList.topOffset:          20
*tst*definitions*KxScrolledList.height:             125
*tst*definitions*KxScrolledList*header.labelString: \
QName     Rec  RSys  RQName    Group          FS In      Avg In      FS Out     Avg Out

! Runtime KxScrolledList
! Go more specific on the title Label so as not to interfere with total_size
*tst*runtime*title.labelString:                     Runtime
*tst*runtime*total_size.rightAttachment:            XmATTACH_FORM
*tst*runtime*total_size.topAttachment:              XmATTACH_FORM
*tst*runtime*total_size.rightOffset:                20
*tst*runtime*KxScrolledList.height:                 125
*tst*runtime*total_size*KxLabel.labelString:        Total Size:
*tst*runtime*KxScrolledList*header.labelString:     \
Name      Type        Size       Items   Last Read

! This value tells Sun MTPScan how many Temporary Storage queues to process. If 
! not set, it defaults to 100. This value is independent of nbrTsQueues and 
!maxVisibleEntries.
!*maxTsQueues: 25

! This value tells Sun MTPScan how much memory is allocated at a time to store 
!Temporary Storage queues runtime statistics. If not set, it defaults to 100.
!This value is independent of maxVisibleEntries and maxTsQueues.
!*nbrTsQueues: 500


!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
! Txc Screen 
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

*txc_icon.labelString:                              Transaction Classes
*txc_icon.labelPixmap:                              txc.icon
*txc*title.leftAttachment:                          XmATTACH_FORM
*txc*title.rightAttachment:                         XmATTACH_FORM
*txc*title.alignment:                               XmALIGNMENT_CENTER
*txc*title.fontList:                                \
   -*-lucida-bold-*-*-*-14-*-*-*-*-*-*-*

! Table Definitions KxScrolledList
*txc*title.labelString:                 Transaction Classes
*txc*KxScrolledList.topOffset:          20
*txc*KxScrolledList.height:             125
*txc*KxScrolledList*header.labelString: \
TX Class   Group         Cur Q   MaxActv  Arrivals      MaxQ  SendTime  RcvTime   MaxBytes      MsgQ

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
! Servers Screen 
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

! Title Area
*servers_icon.labelString:                  Servers
*servers_icon.labelPixmap:                  servers.icon

! KxScrolledList
*servers*KxScrolledList*header.labelString: \
Name             Server Type                          Pid  Kernel CPU   User CPU


!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
! VSAM Screen
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

! Title Area
*vsam_icon.labelString:                               VSAM
*vsam_icon.labelPixmap:                               vsam.icon

! KxScrolledList
*vsam*KxScrolledList*header.labelString:              \
Dataset     Ref  Alt  Rcv  Type       Reads   Idx Reads      Writes  Idx Writes       Locks     UnLocks       Waits  RSys           FS In      Avg In      FS Out     Avg Out


!
! COLOR: cut here for monochrome app-defaults file
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
! COLOR ONLY
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
! Things common to almost all Screens.
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
*background:                   light grey
*foreground:                   black
*XmPushButton.background:      grey
*troughColor:                  lightCoral
*XmList.background:            beige
*XmScrolledWindow.background:  light grey
*XmScrolledWindow*background:  beige
*XmText.background:            beige
*XmTextField.background:       beige

! Use these specifications for foreground on VUE systems when the foreground
! of text-displaying widgets are different from the global setting above.
*XmLabel.foreground:                  black
*XmList.foreground:                   black
*XmPushButton.foreground:             black
*XmScale.foreground:                  black
*XmText.foreground:                   black
*XmTextField.foreground:              black
*XmToggleButton.foreground:           black
*menu_bar*XmPushButton.foreground:    black
*menu_bar*XmCascadeButton.foreground: black
! VUE users: use the background value specified by the EditResources tool to 
! make the ScrolledWindow's blend in
!*XmScrolledWindow.background:         #9F379F37AF00

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
! DebugDialog 
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
*debug_icon.foreground:                       MediumVioletRed
*debug_dialog*stop.foreground:                Red
*debug_dialog*crash.foreground:               Red


!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
! Dialogs
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
*ok.foreground:             SeaGreen
*apply.foreground:          SeaGreen
*default.foreground:        Blue
*cancel.foreground:         Red
*done.foreground:           Black
*save.foreground:           Purple


!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
! FileSelectionDialog
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
*XmFileSelectionBox*XmList*background:        beige


!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
! Help 
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
*help_icon.foreground:                             Red


!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
! MenuBar
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

!*menu_bar.background:                 grey
!*menu_bar*XmPushButton.background:    grey
!*menu_bar*XmCascadeButton.background: grey


!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
! MessageDialogs
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
*XmMessageBox.background:             light grey
*error_dialog.foreground:             Red
*information_dialog.foreground:       SeaGreen
*option_dialog.foreground:            Purple
*warning_dialog.foreground:           Blue

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 
! Preferences
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 
*preferences_icon.foreground:         maroon


!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
! Work Area
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

! Histograms
! Note that the settings for Histograms also affect objects in the
! PreferencesDialog. Be sure not to set any background or foreground
! to Yellow because Sun MTPScan uses that color on the min_label and max_label
! to notify the user of boundary breaches.
!
*txs_histogram*foreground:                 MidnightBlue
*reads_histogram*foreground:               ForestGreen
*writes_histogram*foreground:              brown


! Title Container

! DateTime Container
*date_time_container*foreground:           Black

! KxScrolledList
*KxScrolledList*header.background:         LightCoral
*KxScrolledList*header.foreground:         White
*KxScrolledList*counter*background:        LightCoral
*KxScrolledList*counter*foreground:        White
*KxScrolledList*XmScrolledWindow.spacing:  0
*KxScrolledList*XmPushButton.background:   grey
*KxScrolledList*XmPushButton.foreground:   Black

! Visible Counter
*KxScrolledList*visiblecounter*background:        LightCoral
*KxScrolledList*visiblecounter*foreground:        White

! Filter Label Header
*KxScrolledList*filter_label*foreground:          Black
*KxScrolledList*filter_label*background:          beige
*KxScrolledList*filter_label.borderColor:         Black

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
! Screens (in alphabetic order)
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
! Environment Screen
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!*environment*variables*KxLabel.foreground:  LimeGreen
!*environment*options*KxLabel.foreground:    black


!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
! Filter Dialog Screen
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
*filter_icon.foreground:                               white
*KxFilterWorkArea.filters.KxLabel.foreground:          Black
*filter_main_window*KxFrame*KxLabel.foreground:        Black
!
*KxFilterWorkArea*KxOptMenu*foreground:                Black
!
!*KxFilterWorkArea*KxSubMenu*XmPushButton.background:  grey
*KxFilterWorkArea*KxSubMenu*XmPushButton.foreground:   Black

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
! Overview Screen
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

! IconBar
*overview*icon_bar*XmDrawnButton.background: grey

!*cics_icon.foreground:                  DarkOrchid
!*dataset_icon.foreground:               MidnightBlue
!*dct_intra_icon.foreground:             Brown
!*dct_extra_icon.foreground:             chocolate
!*dct_remote_icon.foreground:            maroon
!*environment_icon.foreground:           ForestGreen
!*isc_icon.foreground:                   Blue
!*isc_statistics_icon.foreground:        Blue
!*overview_icon.foreground:              Purple
!*pct_icon.foreground:                   firebrick
!*ppt_icon.foreground:                   IndianRed
!*queues_icon.foreground:                navy
!*recovery_icon.foreground:              Red
!*semaphores_icon.foreground:            SlateBlue
!*servers_icon.foreground:               OliveDrab
!*socket_icon.foreground:                IndianRed
!*startq_icon.foreground:                DeepPink
!*tct_icon.foreground:                   sienna
!*tst_icon.foreground:                   OrangeRed

*cics_icon.foreground:                  MidnightBlue
*dataset_icon.foreground:               MidnightBlue
*dct_intra_icon.foreground:             MidnightBlue
*dct_extra_icon.foreground:             MidnightBlue
*dct_remote_icon.foreground:            MidnightBlue
*environment_icon.foreground:           MidnightBlue
*isc_icon.foreground:                   MidnightBlue
*isc_statistics_icon.foreground:        MidnightBlue
*overview_icon.foreground:              MidnightBlue
*pct_icon.foreground:                   MidnightBlue
*ppt_icon.foreground:                   MidnightBlue
*queues_icon.foreground:                MidnightBlue
*recovery_icon.foreground:              MidnightBlue
*semaphores_icon.foreground:            MidnightBlue
*servers_icon.foreground:               MidnightBlue
*socket_icon.foreground:                MidnightBlue
*startq_icon.foreground:                MidnightBlue
*tct_icon.foreground:                   MidnightBlue
*tst_icon.foreground:                   MidnightBlue
*txc_icon.foreground:                   MidnightBlue

*vsam_icon.foreground:                  MidnightBlue

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
! Summary Screen
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
*summary_icon.foreground:               DarkGreen
!*summary_icon.background:              Orange

! END COLOR ONLY
