! Resource file for twclock
!
!  The next resource determines the timezone to be displayed at startup.
!  Use:  0 for local time
!        1 for GMT
twclock.form.tz_scale.value:           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,
!  I use WA\330EIR to have my call displayed.
!
twclock.form.call_toggleB.labelString:   WA\330EIR

!
!  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
!
twclock*zone_fsb.directory:              /usr/lib/zoneinfo

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

! Set the right hand value to 1 for blink alarm or 0 for no blink
twclock.blink:      1

! Set the next lines 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

! 
! The following are 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
twclock.width:                           175
twclock.height:                          175
twclock*fontList:                        -adobe-helvetica-*-r-*-*-14-*-*-*-*-*-*-*
twclock*call_toggleB.fontList:           -adobe-helvetica-*-o-*-*-20-*-*-*-*-*-*-*
twclock*foreground:                      black
twclock*XmScale.borderColor:             antiquewhite
twclock*XmScale.borderWidth:             3
twclock.form.XmSeparator.background:     #00768d
twclock.form.background:                 #00768d
twclock.form.horizontalSpacing:          10
twclock.form.verticalSpacing:            5
twclock.form.XmLabel.foreground:         antiquewhite
twclock.form.XmLabel.background:         #00768d
twclock.form.XmToggleButton.foreground:  antiquewhite
twclock.form.XmToggleButton.background:  #00768d
twclock.form.XmScale.background:         tan

! The following are for the file selection box
twclock*zone_fsb.dirListLabelString:     Area
twclock*zone_fsb.fileListLabelString:    City
twclock*zone_fsb.selectionLabelString:   Selection
twclock*zone_fsb.XmPushButtonGadget.background: tan
twclock*zone_fsb.XmPushButtonGadget.foreground: black
twclock*zone_fsb*foreground:             antiquewhite
twclock*zone_fsb.background:             #00768d
twclock*zone_fsb.?.background:           #00768d
twclock*zone_fsb.?.?.background:         tan
twclock*zone_fsb.?.?.foreground:         black
twclock*zone_fsb.Text.foreground:        black
twclock*zone_fsb.Text.background:        tan

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