Lines Matching refs:pResMgr

69 	ResMgr*										pResMgr  in MasterPasswordCreateDialog()  argument
72 ModalDialog( pParent, ResId( DLG_UUI_MASTERPASSWORD_CRT, *pResMgr ) ), in MasterPasswordCreateDialog()
74 aFTInfoText ( this, ResId( FT_INFOTEXT, *pResMgr ) ), in MasterPasswordCreateDialog()
75 aFLInfoText ( this, ResId( FL_INFOTEXT, *pResMgr ) ), in MasterPasswordCreateDialog()
77 aFTMasterPasswordCrt ( this, ResId( FT_MASTERPASSWORD_CRT, *pResMgr ) ), in MasterPasswordCreateDialog()
78 aEDMasterPasswordCrt ( this, ResId( ED_MASTERPASSWORD_CRT, *pResMgr ) ), in MasterPasswordCreateDialog()
79 aFTMasterPasswordRepeat ( this, ResId( FT_MASTERPASSWORD_REPEAT, *pResMgr ) ), in MasterPasswordCreateDialog()
80 aEDMasterPasswordRepeat ( this, ResId( ED_MASTERPASSWORD_REPEAT, *pResMgr ) ), in MasterPasswordCreateDialog()
82 aFTCautionText ( this, ResId( FT_CAUTIONTEXT, *pResMgr ) ), in MasterPasswordCreateDialog()
83 aFLCautionText ( this, ResId( FL_CAUTIONTEXT, *pResMgr ) ), in MasterPasswordCreateDialog()
85 aFTMasterPasswordWarning ( this, ResId( FT_MASTERPASSWORD_WARNING, *pResMgr ) ), in MasterPasswordCreateDialog()
86 aFL ( this, ResId( FL_FIXED_LINE, *pResMgr ) ), in MasterPasswordCreateDialog()
87 aOKBtn ( this, ResId( BTN_MASTERPASSCRT_OK, *pResMgr ) ), in MasterPasswordCreateDialog()
88 aCancelBtn ( this, ResId( BTN_MASTERPASSCRT_CANCEL, *pResMgr ) ), in MasterPasswordCreateDialog()
89 aHelpBtn ( this, ResId( BTN_MASTERPASSCRT_HELP, *pResMgr ) ), in MasterPasswordCreateDialog()
91 pResourceMgr ( pResMgr ), in MasterPasswordCreateDialog()