Lines Matching refs:Height

164 	Point aPnt( a6Siz.Width(), a6Siz.Height() );  in InitControls()
165 long nLbH1 = pDlg->LogicToPixel( Size( 0, 93 ), MAP_APPFONT ).Height(); in InitControls()
171 aPnt.Y() += aFTSiz.Height() + a3Siz.Height(); in InitControls()
175 aPnt.Y() += aEDSiz.Height() + a3Siz.Height(); in InitControls()
177 long nLbH2 = pDlg->LogicToPixel( Size( 0, 60 ), MAP_APPFONT ).Height(); in InitControls()
180 aPnt.Y() += nLbH1 + a6Siz.Height(); in InitControls()
183 aPnt.Y() += aFTSiz.Height() + a3Siz.Height(); in InitControls()
186 nH = aPnt.Y() + aEDSiz.Height() + a6Siz.Height(); in InitControls()
188 long nNewH = nLbH1 + 3 * a3Siz.Height() + in InitControls()
189 aFTSiz.Height() + aEDSiz.Height(); in InitControls()
192 nH = aPnt.Y() + nNewH + a6Siz.Height(); in InitControls()
220 aPnt.Y() = a6Siz.Height(); in InitControls()
223 aPnt.Y() += aBtnSiz.Height() + a3Siz.Height(); in InitControls()
226 aPnt.Y() += aBtnSiz.Height() + a3Siz.Height(); in InitControls()
230 aPnt.Y() += aBtnSiz.Height() + a3Siz.Height(); in InitControls()
549 nDY = pLoadBtn->GetSizePixel().Height() * 2; in PreExecute()
582 …ialog()->SetOutputSizePixel( Size( aDlgSize.Width()+nMaxWidth-aSize.Width(), aDlgSize.Height() ) ); in PreExecute()
607 long nExtra = Min( aDlgSize.Height(), (long)160); in PreExecute()
608 GetPathDialog()->SetOutputSizePixel( Size( aDlgSize.Width()+nExtra, aDlgSize.Height() ) ); in PreExecute()
611 aSz.Height() -= 8; in PreExecute()
612 Point aCtrlPos( aDlgSize.Width() + 2, (aDlgSize.Height()-aSz.Height())/2 ); in PreExecute()