result=""
For 4
	m=m+7
	n=277
	MyArray=""
	For 9
		m=m-7
		n=n+1
		For 7
			GetColor=GetPixelColor(Ux+m,Uy+n)
			If GetColor="F8FCF8" Then
				j="1"
			Else
				j="0"
			End If
		MyArray=MyArray+j
		m=m+1
		Next					
	Next
	
			//这里判断字母
		//结果存在result里
//		MyArray ="000100000010000010100001010000101000011100010001001000101110111"
//MessageBox MyArray	
	For 52
			If MyArray=yzm(1) Then
				temp="A"
			ElseIf MyArray=yzm(2) then
				temp="B"
			ElseIf MyArray=yzm(3) then
				temp="C"
			ElseIf MyArray=yzm(4) then
				temp="D"
			ElseIf MyArray=yzm(5) then
				temp="E"
			ElseIf MyArray=yzm(6) then
				temp="F"
			ElseIf MyArray=yzm(7) then
				temp="G"
			ElseIf MyArray=yzm(8) then
				temp="H"
			ElseIf MyArray=yzm(9) then
				temp="I"
			ElseIf MyArray=yzm(10) then
				temp="J"
			ElseIf MyArray=yzm(11) then
				temp="K"
			ElseIf MyArray=yzm(12) then
				temp="L"
			ElseIf MyArray=yzm(13) then
				temp="M"
			ElseIf MyArray=yzm(14) then
				temp="N"
			ElseIf MyArray=yzm(15) then
				temp="O"
			ElseIf MyArray=yzm(16) then
				temp="P"
			ElseIf MyArray=yzm(17) then
				temp="Q"
			ElseIf MyArray=yzm(18) then
				temp="R"
			ElseIf MyArray=yzm(19) then
				temp="S"
			ElseIf MyArray=yzm(20) then
				temp="T"
			ElseIf MyArray=yzm(21) then
				temp="U"
			ElseIf MyArray=yzm(22) then
				temp="V"
			ElseIf MyArray=yzm(23) then
				temp="W"
			ElseIf MyArray=yzm(24) then
				temp="X"
			ElseIf MyArray=yzm(25) then
				temp="Y"
			ElseIf MyArray=yzm(26) then
				temp="Z"
			
			ElseIf MyArray=yzm( 27 ) then
				temp="a"
			ElseIf MyArray=yzm( 28 ) then
				temp="b"
			ElseIf MyArray=yzm( 29 ) then
				temp="c"
			ElseIf MyArray=yzm( 30 ) then
				temp="d"
			ElseIf MyArray=yzm(31  ) then
				temp="e"
			ElseIf MyArray=yzm( 32 ) then
				temp="f"
			ElseIf MyArray=yzm( 33 ) then
				temp="g"
			ElseIf MyArray=yzm( 34 ) then
				temp="h"
			ElseIf MyArray=yzm( 35 ) then
				temp="i"
			ElseIf MyArray=yzm( 36 ) then
				temp="j"