!
! Resource file for twclock
!
! 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:   WA\330EIR
Twclock.form.call_toggleB.labelString:    TWCLOCK

!
! 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.cwLevel is the PCM mixer volume level. (0 - 100 are valid).
Twclock.cwStr:      de n0call
!Twclock.cwStr:      de wa0eir
Twclock.cwSpeed:    30
Twclock.cwLevel:    30

!
! The next two options set the audio and mixer devices.
Twclock.dspDev:        /dev/dsp
Twclock.mixerDev:      /dev/mixer

!
! 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 varies on some systems, but is typically -
! /usr/lib/zoneinfo    At one time /usr/share/zoneinfo was used.
!
! This worked for Slackware at one time
!Twclock*zone_fsb.directory:              /usr/lib/zoneinfo
! And this works for Red Hat
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:                               20
Twclock.y:                               45

!
! Not much you will want to change below here.
!
Twclock.form.horizontalSpacing:          10
Twclock.form.verticalSpacing:            5
Twclock*XmScale.borderWidth:                    3
Twclock*XmToggleButton.selectColor:            red
Twclock*fontList:               -adobe-helvetica-*-r-*-*-14-*-*-*-*-*-*-*
Twclock*call_toggleB.fontList:  -adobe-helvetica-*-o-*-*-20-*-*-*-*-*-*-*

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

!
! Foreground colors
!
Twclock*foreground:                            black
Twclock*XmForm.background:                     #00768d
Twclock*XmFrame.background:                    #00768d
Twclock*XmRowColumn.background:                #00768d
Twclock*XmLabel.foreground:                    antiquewhite
Twclock*XmToggleButton.foreground:             antiquewhite

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

!
! file selection box foreground
!
Twclock*zone_fsb*Dir.foreground:               antiquewhite
Twclock*zone_fsb*Items.foreground:             antiquewhite
Twclock*zone_fsb*Selection.foreground:         antiquewhite
!
! file selection box background
!
Twclock*zone_fsb*background:                   #00768d
Twclock*zone_fsb*?.background:                 tan
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:                  antiquewhite
Twclock*aboutDiag*background:                  #00768d
Twclock*aboutDiag*OK.foreground:               black
Twclock*aboutDiag*OK.background:               tan
Twclock*aboutDiag*Message.foreground:          antiquewhite
Twclock*aboutDiag*Message.background:          #00768d

!
! the popup menus foreground and background
!
Twclock*popup_menu*background:                 tan
Twclock*popup_menu*foreground:                 black
Twclock*about_menu*background:                 tan
Twclock*about_menu*foreground:                 black
