Lines Matching refs:top

440     int height = size.bottom - size.top;  in PositionChildren()
446 childsize.top += (m_title_bar_height + 4); in PositionChildren()
447 childsize.bottom = childsize.top + m_button_bar_height; in PositionChildren()
453 childsize.top = childsize.bottom + 1; in PositionChildren()
454 childsize.bottom = childsize.top + m_table_header_height; in PositionChildren()
457 childsize.top = childsize.bottom + 1; in PositionChildren()
458 childsize.bottom = size.top + (height / 2) - 12; in PositionChildren()
465 childsize.top -= m_table_header_height; in PositionChildren()
466 childsize.bottom = childsize.top + m_table_header_height; in PositionChildren()
470 childsize.top = childsize.bottom + 1; in PositionChildren()
471 childsize.bottom = size.top + (height / 2) - 12; in PositionChildren()
476 childsize.top = childsize.bottom + 4; in PositionChildren()
477 childsize.bottom = childsize.top + m_lable_height; in PositionChildren()
485 childsize.top += (childsize.Height() - sz.cy) / 2; in PositionChildren()
497 childsize.top = childsize.bottom + 4; in PositionChildren()
498 field_top = childsize.top; in PositionChildren()
499 childsize.bottom = childsize.top + m_lable_height; in PositionChildren()
517 childsize.bottom = childsize.top + m_lable_height; in PositionChildren()
535 childsize.top = childsize.bottom + 4; in PositionChildren()
536 childsize.bottom = childsize.top + m_lable_height; in PositionChildren()
544 childsize.bottom = childsize.top + 200; in PositionChildren()
548 childsize.top += 44; in PositionChildren()
549 childsize.bottom = childsize.top + m_lable_height; in PositionChildren()
555 childsize.top += offset; in PositionChildren()
561 childsize.top = field_top + offset; in PositionChildren()
569 childsize.bottom = (childsize.top + (size.bottom - offset)) / 2; in PositionChildren()
579 childsize.top = childsize.bottom; in PositionChildren()
978 row->SendMessage(WM_LBUTTONDOWN, MK_LBUTTON, MAKELPARAM(rect.left + 1, rect.top + 1)); in OnTestMessage()
1007 …>SendMessage(WM_LBUTTONDOWN, MK_LBUTTON, MAKELPARAM(frame_rect.Width() * 2 / 3 + 1, rect.top + 1)); in OnTestMessage()
1011 … mpTableHeader->SendMessage(WM_LBUTTONDOWN, MK_LBUTTON, MAKELPARAM(rect.right - 1, rect.top + 1)); in OnTestMessage()
1024 … mpTableHeader->SendMessage(WM_LBUTTONDOWN, MK_LBUTTON, MAKELPARAM(rect.right - 1, rect.top + 1)); in OnTestMessage()
1035 …LBUTTONDOWN, MK_LBUTTON, MAKELPARAM(rect.right - mpTableHeader->GetIconWidth() - 1, rect.top + 1)); in OnTestMessage()
1157 int height = client.bottom - client.top; in PositionChildren()
1160 childsize.top += 2; in PositionChildren()
1163 childsize.bottom = childsize.top + m_button_height; in PositionChildren()
1191 childsize.top += 4; in PositionChildren()
1409 pDC->PatBlt(rect.left, rect.top, rect.Width(), rect.Height(),
1818 childsize.top -=(m_scroll_helper->GetScrollPos()).cy; in PositionChildren()
1819 childsize.bottom = childsize.top + rowheight - 1; in PositionChildren()
1830 childsize.top += rowheight; in PositionChildren()
2211 dc->MoveTo(size.left, size.top); in PaintHeader()
2212 dc->LineTo(size.right, size.top); in PaintHeader()
2215 dc->MoveTo(size.left, size.top); in PaintHeader()
2217 dc->MoveTo(size.right - 1, size.top); in PaintHeader()
2224 boxsize.top += 2; in PaintHeader()
2229 …PaintBmp(dc, boxsize.left + dc->GetTextExtent(_T("String Id")).cx + 8, boxsize.top + 4, IDB_DOWN_A… in PaintHeader()
2230 dc->MoveTo(boxsize.right, boxsize.top); in PaintHeader()
2248 PaintBmp(dc, boxsize.left + dc->GetTextExtent(text).cx + 8, boxsize.top + 4, IDB_DOWN_ARROW); in PaintHeader()
2256 dc->MoveTo(boxsize.left, boxsize.top); in PaintHeader()
2258 PaintBmp(dc, boxsize.left + 1, boxsize.top + 4, IDB_RIGHT_ARROW); in PaintHeader()
2264 PaintBmp(dc, boxsize.right - (m_icon_width << 1) - 1, boxsize.top + 3, IDB_LEFT_ARROW); in PaintHeader()
2265 PaintBmp(dc, boxsize.right - m_icon_width - 1, boxsize.top + 3, IDB_RIGHT_ARROW); in PaintHeader()
2269 PaintBmp(dc, boxsize.right - m_icon_width - 1, boxsize.top + 4, IDB_LEFT_ARROW); in PaintHeader()
2399 dc->MoveTo(boxsize.right, size.top); in PaintStringRow()
2451 dc->MoveTo(boxsize.left, boxsize.top); in PaintStringRow()
2473 dc->MoveTo(size.left, size.top); in PaintStringRow()
2475 dc->MoveTo(size.right - 1, size.top); in PaintStringRow()
2823 childsize.top = childsize.bottom + 2; in PositionChildren()
2824 childsize.bottom = childsize.top + row_height + m_text_height; in PositionChildren()
3043 rect.bottom = client.top + m_text_height - 2; in OnPaint()
3058 … StretchDIBits(dc.GetSafeHdc(), client.left, client.top + m_text_height - 2, des_width, des_height, in OnPaint()