! Resource file for twclock
!
!  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 resource is the text to be displayed at the top of the
!  main interface.  Use \330 to get a zero with a /.  For example,
!  For example:
!twclock.form.call_toggleB.labelString:   WA\330EIR
twclock.form.call_toggleB.labelString:    TW CLOCK

!
!  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 one is for Red Hat
twclock*zone_fsb.directory:               /usr/share/zoneinfo

!
! ID Alarm Values
!
! Set twclock.beep to 1 for beep alarm or 0 for no beep
twclock.beep:       1

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

! Set the next values to the number of minutes and seconds of
! delay before the alarm goes off.
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

! 
! 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:                               0
twclock.y:                               0

! Not much you will want to change below here
twclock.width:                           175
twclock.height:                          175
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.form.XmSeparator.background:     #00768d
twclock.form.horizontalSpacing:          10
twclock.form.verticalSpacing:            5
twclock.form.XmLabel.foreground:         antiquewhite
twclock.form.XmToggleButton.foreground:  antiquewhite

! For the timezone file selection box
twclock*zone_fsb.dirListLabelString:     Area
twclock*zone_fsb.fileListLabelString:    City

twclock*zone_fsb.foreground:             antiquewhite
twclock*zone_fsb.background:             #00768d
twclock*zone_fsb.?.?.foreground:         black
twclock*zone_fsb.?.?.background:         tan
twclock*zone_fsb.Text.foreground:        black
twclock*zone_fsb.Text.background:        tan

!
! The following is for the popup menu
!
twclock*popup_menu*background:         tan
