window:
	res:
		windowType	wstandard
	endres:
endwindow:
close:
	res:
		bitmapPath	$(bitmaps)
		bitmapFile	CLOSE::CBM
	endres:
endclose:
title:
	res:
		leftLabel	README
		leftKanjiFont	$(kanjiFont)
		leftFont	$(kanaFont)
		rightLabel	$(AdminHome)/README
		rightKanjiFont	$(kanjiFont)
		rightFont	$(kanaFont)
		switch $(COLOR)
			case MONO:
				bitmapPath	$(bitmaps)
				backgroundFile	GRAY3
				transparent	false
				break
		endswitch
	endres:
endtitle:
dialog: dialogs
	res:
		defaultDistance		0
		dialogType		modeless
	endres:
	ditem: list
		res:
			itemType	viewtext
			vertDistance	0
			horizDistance	0
			width		#(fWidth)+1*74
			height		#(lHeight)*24+8
			kanjiFont	$(kanjiFont)
			font		$(kanaFont)
			file		$(AdminHome)/README.keuc
		endres:
	endditem:
enddialog:
proc: close
	close
endproc:
