Lines Matching refs:bottom
81 childrect.bottom = 240; in OnCreate()
282 sizetotal.cy = size.bottom - size.top + 2; in UpdateScrollSize()
315 vertex[1].y = client.bottom; in OnEraseBkgnd()
351 pDC->LineTo(size.right + 1, size.bottom + 1); in OnDraw()
352 pDC->LineTo(size.left - 1, size.bottom + 1); in OnDraw()
367 pDC->MoveTo(size.right + 8, size.bottom + 1); in OnDraw()
368 pDC->LineTo(size.right + 1, size.bottom + 1); in OnDraw()
369 pDC->LineTo(size.right + 1, size.bottom + 9); in OnDraw()
371 pDC->MoveTo(size.left - 8, size.bottom + 1); in OnDraw()
372 pDC->LineTo(size.left - 1, size.bottom + 1); in OnDraw()
373 pDC->LineTo(size.left - 1, size.bottom + 8); in OnDraw()