Searched refs:aPrnSetupBtn (Results 1 – 1 of 1) sorted by relevance
203 PushButton aPrnSetupBtn; member in MyWin701 aPrnSetupBtn( this ), in MyWin()890 aPrnSetupBtn.SetPosSizePixel( Point( 230, nY ), Size( 100, 30 ) ); in MyWin()891 aPrnSetupBtn.SetText( XubString( RTL_CONSTASCII_USTRINGPARAM( "PrnSetup..." ) ) ); in MyWin()892 aPrnSetupBtn.SetClickHdl( LINK( this, MyWin, Test ) ); in MyWin()893 aPrnSetupBtn.Show(); in MyWin()935 else if ( pBtn == &aPrnSetupBtn ) in IMPL_LINK()
Completed in 12 milliseconds