!
! Resource file for twclock
!
! NOTE: Lines starting with ! are comments.
!
! This resource is the text to be displayed at the top of the
! main interface.  Use \330 to get a zero with a /.  For example,
Twclock.form.call_toggleB.labelString:    TWCLOCK
!Twclock.form.call_toggleB.labelString:   WA\330EIR

!
! Alarm Options are blink, beep, and/or cwID.
! They can be set here at startup, and changed at runtime
! with the Set Timer popup menu.
Twclock.blink:      1
Twclock.beep:       0
Twclock.cwID:       1

!
! Twclock.cwStr is the text string to be sent via the soundcard.
! Twclock.cwSpeed must be between 10 and 40 WPM.
! Twclock.cwTone is the frequence of the tone, between 500 and 1300
Twclock.cwStr:      de n0call
!Twclock.cwStr:      de wa0eir
Twclock.cwSpeed:     20
Twclock.cwTone:     550

!
! Specify the key mode - pulseaudio or serial card.
! Only mode 2 is valid
Twclock.keyMode:     2

!
! Set the next line to 1 if you want the auto reset feature enabled
! at startup. The second line is the number of beeps before the reset.
Twclock.autoReset:  1
Twclock.autobeeps:  5

!
! Set the next values to the number of minutes and seconds of
! delay before the alarm goes off.
! You can change this at runtime with the Set Timer menu.
Twclock.minutes:    10
Twclock.seconds:    0
!Twclock.minutes:    0
!Twclock.seconds:    10

!
! Set the next line to the color you want the button to flash when the
! alarm goes off.
Twclock.flashColor: red

!
!  The next resource determines the timezone to be displayed at startup.
!  Use:  0 for your local time
!        1 for GMT
Twclock.tzone:   0

!
! The next value is the complete pathname to the zoneinfo directory. The 
! path may varies on some systems, but is typically -
Twclock*zone_fsb.directory:              /usr/share/zoneinfo

!
! For the main interface screen location
!
! Set the next two lines to the x-y location on your screen where
! you want the interface displayed.
Twclock.x:                               10
Twclock.y:                               20

Twclock*fontList:               -adobe-helvetica-*-r-*-*-14-*-*-*-*-*-*-*
Twclock*call_toggleB.fontList:  -adobe-helvetica-*-o-*-*-20-*-*-*-*-*-*-*

Twclock.form.horizontalSpacing:          10
Twclock.form.verticalSpacing:            5
Twclock*XmScale.borderWidth:             3
Twclock*XmToggleButton.selectColor:      red

!
! For the timezone file selection box
!
Twclock*zone_fsb.dirListLabelString:     Region
Twclock*zone_fsb.fileListLabelString:    City

!
! Not much you will want to change below here unless you want to change
! the color scheme.
!
! Foreground colors
!
Twclock*foreground:                      black
Twclock*XmForm.background:               #00768d
Twclock*XmFrame.background:              #00768d
Twclock*XmRowColumn.background:          #00768d
Twclock*XmLabel.foreground:              white
Twclock*XmToggleButton.foreground:       white

!
! Background colors
!
Twclock*background:                      #e0e0e0
Twclock*XmToggleButton.background:       #00768d
Twclock*XmSeparator.background:          #00768d
Twclock*XmLabel.background:              #00768d
Twclock*XmScale.borderColor:             #e0e0e0

!
! file selection box foreground
!
Twclock*zone_fsb*Dir.foreground:         white
Twclock*zone_fsb*Items.foreground:       white
Twclock*zone_fsb*Selection.foreground:   white
!
! file selection box background
!
Twclock*zone_fsb*background:             #00768d
Twclock*zone_fsb*?.background:           #e0e0e0
Twclock*zone_fsb*Dir*background:         #00768d
Twclock*zone_fsb*Items*background:       #00768d
Twclock*zone_fsb*Selection.background:   #00768d
Twclock*zone_fsb*Separator.background:   #00768d

!
! About Dialog foreground and background
!
Twclock*aboutDiag*foreground:            white
Twclock*aboutDiag*background:            #00768d
Twclock*aboutDiag*OK.foreground:         black
Twclock*aboutDiag*OK.background:         #e0e0e0
Twclock*aboutDiag*Message.foreground:    white
Twclock*aboutDiag*Message.background:    #00768d

!
! the popup menus foreground and background
!
Twclock*popup_menu*background:           #00788d
Twclock*popup_menu*foreground:           white
Twclock*help_cas_menu*background:        #00788d
Twclock*help_cas_menu*foreground:        white

! For Wheel Mouse on Text Widgets
Twclock*XmText*translations: #augment\n\
    <Btn4Down>: scroll-one-line-down()\n\
    <Btn5Down>: scroll-one-line-up()

Twclock*zone_fsb*XmList.translations: #augment\n\
    <Btn4Down>: ListPrevItem()\n\
    <Btn5Down>: ListNextItem()
