window:
	res:
		windowType	wshadowbox
		switch $(COLOR)
			case COLOR:
			case GRAY:
				topShadow	SkyBlue
				bottomShadow	LightBlue
				break
		endswitch
	endres:
endwindow:
dialog: dialogs
	res:
		defaultDistance		#(fWidth)
		dialogType		modal
	endres:
	ditem: bitmap
		res:
			itemType	bitmap
			bitmapPath	$(bitmaps)
			bitmapFile	Wait::CBM
			vertDistance	#(fWidth)
			horizDistance	#(fWidth)
			switch $(COLOR)
				case COLOR:
				case GRAY:
					foreground	SkyBlue
					break
			endswitch
		endres:
	endditem:
	ditem: msg1
		res:
			itemType	bitmap
			label		ݏłB΂炭҂B
			kanjiFont	$(kanjiFont)
			font		$(kanaFont)
			fromHoriz	bitmap
			vertDistance	#(fWidth)
			horizDistance	#(fWidth)
		endres:
	endditem:
	ditem: msg2
		res:
			itemType	bitmap
			label		ÍAIɍċN܂B
			kanjiFont	$(kanjiFont)
			font		$(kanaFont)
			fromVert	msg1
			fromHoriz	bitmap
			vertDistance	4
			horizDistance	#(fWidth)
		endres:
	endditem:
enddialog:
