Lines Matching refs:pResMgr
74 ResMgr* pResMgr in UnknownAuthDialog() argument
76 ModalDialog( pParent, ResId( DLG_UUI_UNKNOWNAUTH, *pResMgr ) ), in UnknownAuthDialog()
78 m_aCommandButtonOK ( this, ResId( PB_OK, *pResMgr ) ), in UnknownAuthDialog()
79 m_aCommandButtonCancel ( this, ResId( PB_CANCEL, *pResMgr ) ), in UnknownAuthDialog()
80 m_aCommandButtonHelp ( this, ResId( PB_HELP, *pResMgr ) ), in UnknownAuthDialog()
81 m_aView_Certificate ( this, ResId( PB_VIEW__CERTIFICATE, *pResMgr ) ), in UnknownAuthDialog()
82 m_aOptionButtonAccept ( this, ResId( RB_ACCEPT_1, *pResMgr ) ), in UnknownAuthDialog()
83 m_aOptionButtonDontAccept ( this, ResId( RB_DONTACCEPT_2, *pResMgr ) ), in UnknownAuthDialog()
84 m_aLine ( this, ResId( FL_LINE, *pResMgr ) ), in UnknownAuthDialog()
85 m_aLabel1 ( this, ResId( FT_LABEL_1, *pResMgr ) ), in UnknownAuthDialog()
86 m_aWarnImage ( this, ResId( IMG_WARN, *pResMgr ) ), in UnknownAuthDialog()
89 pResourceMgr ( pResMgr ) in UnknownAuthDialog()