Searched refs:aFTPassword (Results 1 – 3 of 3) sorted by relevance
55 ,aFTPassword( this, ResId( FT_PASSWORD, *pResMgr )) in PasswordDialog()115 aFTPassword.SetText( String( ResId( nStrId, *pResourceMgr ) ) ); in PasswordDialog()116 aFTPassword.SetText( aFTPassword.GetText() + aDocURL ); in PasswordDialog()133 long nLabelWidth = aFTPassword.GetSizePixel().Width(); in PasswordDialog()134 long nLabelHeight = aFTPassword.GetSizePixel().Height(); in PasswordDialog()135 long nTextWidth = aFTPassword.GetCtrlTextWidth( aFTPassword.GetText() ); in PasswordDialog()136 long nTextHeight = aFTPassword.GetTextHeight(); in PasswordDialog()138 Rectangle aLabelRect( aFTPassword.GetPosPixel(), aFTPassword.GetSizePixel() ); in PasswordDialog()139 Rectangle aRect = aFTPassword.GetTextRect( aLabelRect, aFTPassword.GetText() ); in PasswordDialog()152 Size aNewLabelSize = aFTPassword.GetSizePixel(); in PasswordDialog()[all …]
39 FixedText aFTPassword; member in PasswordDialog
107 FixedText aFTPassword; member in OPasswordDialog133 aFTPassword ( this, ModuleRes( FT_PASSWORD ) ), in OPasswordDialog()
Completed in 17 milliseconds