! resource file for "kdrill"
! if this file is installed,
!    ALL ENTRIES MUST BE INCLUDED!!!
! otherwise, there is a chance the program will crash



! popupx, popupy: position of popup windows
! *relative*to*kdrill*main*window*
!
KDrill.options_popupx:		0
KDrill.options_popupy:		-200
KDrill.search_popupx:		400
KDrill.search_popupy:		0

! KDrill.toplevel.form....
KDrill*kdrill.background:		grey
!KDrill*buttonform.background:		black
!KDrill*englishform.background:	black
!KDrill*kanjiform.background:		black
KDrill*optionsform.background:	grey
KDrill*searchform.background:		grey

KDrill*searchform*kanjilarge.background:		black
KDrill*searchform*kanjilarge.foreground:		white

! allow imperfect distionary entries, if true
KDrill.notallT:		false
! run with no Beep, if true
KDrill.noBell:		false

! ignore existing usefile at startup, if true
KDrill.nousefile:	false
! usefile specifies abridgement dictionary
KDrill.usefile:         .kanjiusefile
! what dictionary to use.
KDrill.dictfile:        /usr/local/lib/kanjidic.gz
! What is the logfile name
KDrill.logfile:		kdrill.log

! font for single, large kanji at top
KDrill.kanjifont:       kanji24
! this is actually the font for the kana readins of the kanji
KDrill.smallkanji:      kanji16
!and the english button font
KDrill.englishfont:     fixed

!gradelevel can be a string containing any or all of "123456+"
! "0" actually means all are enabled. Otherwise, only the grades
! specified will be used.
KDrill.gradelevel:      0

! the following are to chage the type of guess expected on startup
KDrill.showkana:        false
KDrill.guessmeaning:    false

! lowfrequency and/or highfrequency limits may be placed here instead of
! the command line. "0" means no limit.
KDrill.lowfrequency:	0
KDrill.highfrequency:	0

