Lines Matching refs:ResId
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()
72 String aErrorMsg( ResId( nErrStrId, *pResourceMgr )); in PasswordDialog()
78 String aTitle( ResId( STR_TITLE_ENTER_PASSWORD, *pResourceMgr ) ); in PasswordDialog()
87 aTitle = String( ResId( STR_TITLE_CREATE_PASSWORD, *pResourceMgr ) ); in PasswordDialog()
89 aFTConfirmPassword.SetText( String( ResId( STR_CONFIRM_SIMPLE_PASSWORD, *pResourceMgr ) ) ); in PasswordDialog()
115 aFTPassword.SetText( String( ResId( nStrId, *pResourceMgr ) ) ); in PasswordDialog()
120 aFTPassword.SetText( String( ResId( STR_ENTER_SIMPLE_PASSWORD, *pResourceMgr ) ) ); in PasswordDialog()