Searched refs:aDlgPoint (Results 1 – 1 of 1) sorted by relevance
695 Point aDlgPoint = LogicToPixel( Point(12,43), MAP_APPFONT ); in lateUIInit() local703 aDlgPoint.Y() = _pTableSeparator->GetPosPixel().Y() + aSize.Height(); in lateUIInit()704 … m_aFL_InvolvedFields.SetPosPixel(Point(m_aFL_InvolvedFields.GetPosPixel().X(),aDlgPoint.Y())); in lateUIInit()705 aDlgPoint.Y() += nDiff + m_aFL_InvolvedFields.GetSizePixel().Height(); in lateUIInit()712 aDlgSize.Height() = aCurrentSize.Height() - aDlgPoint.Y() - nDiff; in lateUIInit()714 m_pRC_Tables->SetPosSizePixel( aDlgPoint, aDlgSize ); in lateUIInit()
Completed in 13 milliseconds