Searched refs:aTBSize (Results 1 – 3 of 3) sorted by relevance
1110 Size aTBSize = m_aTBPreview.CalcWindowSizePixel(); in Resize() local1111 m_aTBPreview.SetPosSizePixel(Point(nOutputWidth - aTBSize.getWidth(), 0 ), in Resize()1112 aTBSize ); in Resize()1114 …m_aBorder.SetPosSizePixel(Point(nHalfOutputWidth + aFLSize.Width() + n6PPT, aTBSize.getHeight() + … in Resize()1115 … Size(nHalfOutputWidth - aFLSize.Width() - n6PPT, nOutputHeight - 2*n6PPT - aTBSize.getHeight()) ); in Resize()
793 Size aTBSize( maToolbox.getMinSize() ); in Resize() local795 maControlRect.Bottom() - aTBSize.Height() - 10 ); in Resize()797 aTBPos.X() = maControlRect.Right() - aTBSize.Width() - mnBtnPos; in Resize()798 maToolbox.SetPosSizePixel( aTBPos, aTBSize ); in Resize()
2295 Size aTBSize = aToolBox.GetSizePixel(); in InitOnStartupBox() local2298 aPnt.X() += aTBSize.Width() + a3Size.Width(); in InitOnStartupBox()2299 aPnt.Y() += ( ( aTBSize.Height() - aCBSize.Height() ) / 2 ); in InitOnStartupBox()
Completed in 52 milliseconds