Searched refs:framesize (Results 1 – 1 of 1) sorted by relevance
2193 CRect framesize; in PaintHeader() local2222 mpFrame->GetClientRect(&framesize); in PaintHeader()2225 boxsize.right = boxsize.left + framesize.Width() / 3; in PaintHeader()2243 boxsize.right = boxsize.left + framesize.Width() / 3 - 4; in PaintHeader()2294 CRect framesize; in OnLButtonDown() local2297 mpFrame->GetClientRect(&framesize); in OnLButtonDown()2301 xpos = size.left + ((framesize.Width() * 2) / 3); in OnLButtonDown()