Searched refs:aBar (Results 1 – 2 of 2) sorted by relevance
192 StatusBar aBar; member in MyWin690 aBar( this, WB_BORDER | WB_3DLOOK | WB_RIGHT ), in MyWin()725 aBar.SetText( XubString( RTL_CONSTASCII_USTRINGPARAM( "Ready" ) ) ); in MyWin()726 aBar.InsertItem( 1, 35 ); in MyWin()727 aBar.InsertItem( 2, 55 ); in MyWin()728 aBar.InsertItem( 3, 55 ); in MyWin()729 aBar.SetItemText( 1, XubString( RTL_CONSTASCII_USTRINGPARAM( "Text" ) ) ); in MyWin()730 aBar.SetItemText( 2, XubString( RTL_CONSTASCII_USTRINGPARAM( "21.01.93" ) ) ); in MyWin()732 aBar.Show(); in MyWin()1103 Size aSize = aBar.GetSizePixel(); in Resize()[all …]
2285 Rectangle aBar(aBarPos, Size( nBarWidth, nBarHeight) ); in Draw() local2290 Point aDrawPos( rDev.PixelToLogic(rDev.LogicToPixel(aBar.TopLeft())) ); in Draw()2292 aBar.SetPos( aDrawPos ); in Draw()2294 rDev.DrawRect( aBar ); in Draw()
Completed in 68 milliseconds