! 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
! Alarm options are blink, beep, and cwID
! They can be set here at startup, and changed at runtime
! with the Set Timer popup menu.
!
! Set twclock.blink to 1 for blink alarm or 0 for no blink
Twclock.blink:      1

! Set twclock.beep to 1 for beep alarm or 0 for no beep
Twclock.beep:       0

! Use Twclock.cwID to enable the CW ID.  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.cwID:       1
!Twclock.cwStr:      de wa0eir
Twclock.cwStr:      de n0call
Twclock.cwSpeed:    30
Twclock.cwLevel:    50

! 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 now.
Twclock.minutes:    10
Twclock.seconds:    0

! 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  -OR-  /usr/share/zoneinfo
!
! 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
!
! Set the next two lines to the x-y location on your screen where
! you want the interface displayed
Twclock.x:                               10
Twclock.y:                               10

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

Twclock*foreground:                      black
Twclock*background:                      #00768d
Twclock*XmScale*background:              tan
Twclock*XmScale.borderColor:             antiquewhite
Twclock*XmScale.borderWidth:             3
Twclock*XmLabel.foreground:              antiquewhite
Twclock*XmTextField.foreground:          black
Twclock*XmTextField.background:          tan
Twclock*XmPushButtonGadget.foreground:   black
Twclock*XmPushButtonGadget.background:   tan
Twclock*XmList.background:               tan
Twclock*XmList.foreground:               black
Twclock*XmLabelGadget.foreground:        antiquewhite
Twclock**XmToggleButton.foreground:      antiquewhite
Twclock*settimer*XmToggleButton.selectColor:   red
Twclock*settimer*XmScale*Title.foreground:     black

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

!
! For the popup menu
!
Twclock*popup_menu*background:         tan
Twclock*popup_menu*foreground:         black
