Lines Matching refs:pResMgr
49 ResMgr * pResMgr, in PasswordDialog() argument
54 :ModalDialog( _pParent, ResId( DLG_UUI_PASSWORD, *pResMgr ) ) in PasswordDialog()
55 ,aFTPassword( this, ResId( FT_PASSWORD, *pResMgr )) in PasswordDialog()
56 ,aEDPassword( this, ResId( ED_PASSWORD, *pResMgr )) in PasswordDialog()
57 ,aFTConfirmPassword( this, ResId( FT_CONFIRM_PASSWORD, *pResMgr )) in PasswordDialog()
58 ,aEDConfirmPassword( this, ResId( ED_CONFIRM_PASSWORD, *pResMgr )) in PasswordDialog()
59 ,aOKBtn ( this, ResId( BTN_PASSWORD_OK, *pResMgr )) in PasswordDialog()
60 ,aCancelBtn ( this, ResId( BTN_PASSWORD_CANCEL, *pResMgr )) in PasswordDialog()
61 ,aHelpBtn ( this, ResId( BTN_PASSWORD_HELP, *pResMgr )) in PasswordDialog()
62 ,aFixedLine1( this, ResId( FL_FIXED_LINE_1, *pResMgr )) in PasswordDialog()
64 ,aPasswdMismatch( ResId( STR_PASSWORD_MISMATCH, *pResMgr )) in PasswordDialog()
66 ,pResourceMgr ( pResMgr ) in PasswordDialog()