Lines Matching refs:aFTPassword
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()
120 aFTPassword.SetText( String( ResId( STR_ENTER_SIMPLE_PASSWORD, *pResourceMgr ) ) ); 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()
154 aFTPassword.SetPosSizePixel( aFTPassword.GetPosPixel(), aNewLabelSize ); in PasswordDialog()