! 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


!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
! Colors section
!
! KDrill.toplevel.form, and toplevel forms of popup windows.
! This is where to set nifty background colors.
KDrill*kdrill.background:		grey
KDrill*optionsform.background:		grey
KDrill*kanjiinputform.background:	grey
KDrill*kanainputform.background:	grey
KDrill*multikanjiform.background:	grey
KDrill*searchform.background:		grey
KDrill*searchform*kanjilarge.background:		black
KDrill*searchform*kanjilarge.foreground:		white
KDrill*searchform*searchkanji.background:		lightgreen

!To get a more stark look to the main window, try uncommenting these
!KDrill*buttonform.background:		black
!KDrill*englishform.background:		black
!KDrill*kanjiform.background:		black

!something to make these labels blend in
KDrill*searchform.searchenglishlabel.background:	grey
KDrill*searchform.searchkanjil2.background:	grey


!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!


! 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 dictionaries to use.
! this is usually /usr/local/lib/edict.gz
KDrill.edictfile:        /usr/share/edict/edict
! this is usually /usr/local/lib/kanjidic.gz
KDrill.kdictfile:        /usr/share/edict/kanjidic.gz
! What is the logfile name
KDrill.logfile:		kdrill.log

! font for single, large kanji at top
KDrill.kanjifont:       -jis-*--24*jisx0208*
! this is actually the font for the kana readins of the kanji
KDrill.smallkanji:      -jis-*--16*jisx0208*
!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

