!
! TWLOG RESOURCE FILE
!
! PROPERTIES
!

twlog.x:                                             10
twlog.y:                                             10
twlog*foreground:                                    black
twlog*background:                                    tan
twlog*fontList:                                      variable
twlog*highlightColor:                                antiquewhite
twlog*highlightThickness:                            3
twlog.form1.rc1.XmTextField.cursorPositionVisible:   False

!
! LOG FILE
!
!    Set the next line to the full pathname of the directory
!    where you want to keep the logfile and helpfile.

twlog.dirpath:   logfiles

!
! TIME ZONE CHOICE
!
!    Set the next line to the timezone you want to use
!    Use 0 for local time or 1 for GMT.

!twlog.tzone:     0
twlog.tzone:      1

!
! BANDS DATA
!
!    Set the next line to the bands or frequencies you use.  The
!    value should be a comma seperated list of items you want to
!    appear in the menu.    
!    For example:   twlog.bands:     3.5,3.8,7.0,7.2  

twlog.bands:    80,40,30,20,15,10

!
! DEFAULT BAND 
!
!    Select the default band by setting the next line to
!    the desired button number.  Button numbers start with 
!    zero. If this value is 1, then the second item in the
!    list above will be the button selected as the default.

twlog.default_band: 1

!
! MODES DATA
!
!    Set the next line to the modes you use.  Same rules as BANDS
!    DATA above.
!    For example:  twlog.modes:     A1,A3,F2,F3

twlog.modes:	CW,SSB,RTTY

!
! DEFAULT MODE 
!
!    Select default mode.  See DEFAULT BAND above.

twlog.default_mode:  0

!
! POWER DATA
!
!    Set the next line to the powers you use.  Same rules as BANDS
!    DATA above.

twlog.power:    100,600,1000

!
! DEFAULT POWER 
!
!    Select default power.  See DEFAULT BAND above.
!

twlog.default_power:  0

!
! COLORS AND OSF CONTROLKEYS
!

twlog.form1.rc1.background:                       #00768d
twlog*XmLabel.foreground:                         antiquewhite
twlog*XmLabel.background:                         #00768d

twlog.form1.rc1.XmRowColumn.background:           #00768d

twlog*editDiag*foreground:                        antiquewhite
twlog*editDiag*background:                        #00768d
twlog*editDiag*XmText.foreground:                 black
twlog*editDiag*XmText.background:                 tan
twlog*editDiag*XmTextField.foreground:            black
twlog*editDiag*XmTextField.background:            tan
twlog*editDiag*XmPushButton.foreground:           black
twlog*editDiag*XmPushButton.background:           tan

twlog*helpDiag*foreground:                        antiquewhite
twlog*helpDiag*background:                        #00768d
twlog*helpDiag*XmText.foreground:                 black
twlog*helpDiag*XmText.background:                 tan
twlog*helpDiag*XmPushButtonGadget.background:     tan
twlog*helpDiag*XmPushButtonGadget.foreground:     black

twlog*aboutDiag*foreground:                       antiquewhite
twlog*aboutDiag*background:                       #00768d
twlog*aboutDiag*XmPushButtonGadget.background:    tan
twlog*aboutDiag*XmPushButtonGadget.foreground:    black

twlog*defaultVirtualBindings: osfBackSpace: <Key>Delete\n\
                              osfDelete:    <Key>Delete\n\
                              osfLeft:      <Key>Left\n\
                              osfRight:     <Key>Right\n\
                              osfUp:        <Key>Up\n\
                              osfDown:      <Key>Down\n\
                              osfBeginLine: <Key>Home\n\
                              osfEndLine:   <Key>End\n\
                              osfMenu:      <Key>F10

