Lines Matching refs:pResMgr

254 	ResMgr* pResMgr  in LoginDialog()  argument
257 ModalDialog( pParent, ResId( DLG_UUI_LOGIN, *pResMgr ) ), in LoginDialog()
259 aErrorFT ( this, ResId( FT_LOGIN_ERROR, *pResMgr ) ), in LoginDialog()
260 aErrorInfo ( this, ResId( FT_INFO_LOGIN_ERROR, *pResMgr ) ), in LoginDialog()
261 aLogin1FL ( this, ResId( FL_LOGIN_1, *pResMgr ) ), in LoginDialog()
262 aRequestInfo ( this, ResId( FT_INFO_LOGIN_REQUEST, *pResMgr ) ), in LoginDialog()
263 aLogin2FL ( this, ResId( FL_LOGIN_2, *pResMgr ) ), in LoginDialog()
264 aPathFT ( this, ResId( FT_LOGIN_PATH, *pResMgr ) ), in LoginDialog()
265 aPathED ( this, ResId( ED_LOGIN_PATH, *pResMgr ) ), in LoginDialog()
266 aPathBtn ( this, ResId( BTN_LOGIN_PATH, *pResMgr ) ), in LoginDialog()
267 aNameFT ( this, ResId( FT_LOGIN_USERNAME, *pResMgr ) ), in LoginDialog()
268 aNameED ( this, ResId( ED_LOGIN_USERNAME, *pResMgr ) ), in LoginDialog()
269 aPasswordFT ( this, ResId( FT_LOGIN_PASSWORD, *pResMgr ) ), in LoginDialog()
270 aPasswordED ( this, ResId( ED_LOGIN_PASSWORD, *pResMgr ) ), in LoginDialog()
271 aAccountFT ( this, ResId( FT_LOGIN_ACCOUNT, *pResMgr ) ), in LoginDialog()
272 aAccountED ( this, ResId( ED_LOGIN_ACCOUNT, *pResMgr ) ), in LoginDialog()
273 aSavePasswdBtn ( this, ResId( CB_LOGIN_SAVEPASSWORD, *pResMgr ) ), in LoginDialog()
274 aUseSysCredsCB ( this, ResId( CB_LOGIN_USESYSCREDS, *pResMgr ) ), in LoginDialog()
275 aButtonsFL ( this, ResId( FL_BUTTONS, *pResMgr ) ), in LoginDialog()
276 aOKBtn ( this, ResId( BTN_LOGIN_OK, *pResMgr ) ), in LoginDialog()
277 aCancelBtn ( this, ResId( BTN_LOGIN_CANCEL, *pResMgr ) ), in LoginDialog()
278 aHelpBtn ( this, ResId( BTN_LOGIN_HELP, *pResMgr ) ) in LoginDialog()
284 aRequest = ResId(STR_LOGIN_REALM, *pResMgr); in LoginDialog()