| | |
| | | m_rtClientRect = CRect(0,0,0,0); |
| | | m_bDrawCenterLine = FALSE; |
| | | m_bDrawRuler = FALSE; |
| | | m_bDrawViewName = FALSE; |
| | | m_bDrawViewName = TRUE; |
| | | m_nViewBand = BandTypeColor; |
| | | m_nDrawMode = 1; |
| | | |
| | | d_MatchingRate = 0.; |
| | | d_FindScore = 0.; |
| | | |
| | | m_dWidthScale = 1.0; |
| | | m_dHeightScale = 1.0; |
| | |
| | | |
| | | // Do something with the font just created... |
| | | CFont* def_font = pDC->SelectObject(&font); |
| | | pDC->SetTextColor(RGB(255,255,255)); |
| | | //pDC->SetTextColor(RGB(255,255,255)); |
| | | pDC->SetBkMode(TRANSPARENT); |
| | | |
| | | int nStrLength = (m_strViewName.GetLength() * 10); |