Lines Matching refs:XMLSEC_RES
70 :TabDialog ( _pParent, XMLSEC_RES( RID_XMLSECDLG_CERTVIEWER ) ) in CertificateViewer()
71 ,maTabCtrl ( this, XMLSEC_RES( 1 ) ) in CertificateViewer()
72 ,maOkBtn ( this, XMLSEC_RES( BTN_OK ) ) in CertificateViewer()
73 ,maHelpBtn ( this, XMLSEC_RES( BTN_HELP ) ) in CertificateViewer()
103 :CertificateViewerTP ( _pParent, XMLSEC_RES( RID_XMLSECTP_GENERAL ), _pDlg ) in CertificateViewerGeneralTP()
104 ,maFrameWin ( this, XMLSEC_RES( WIN_FRAME ) ) in CertificateViewerGeneralTP()
105 ,maCertImg ( this, XMLSEC_RES( IMG_CERT ) ) in CertificateViewerGeneralTP()
106 ,maCertInfoFI ( this, XMLSEC_RES( FI_CERTINFO ) ) in CertificateViewerGeneralTP()
107 ,maSep1FL ( this, XMLSEC_RES( FL_SEP1 ) ) in CertificateViewerGeneralTP()
108 ,maHintNotTrustedFI ( this, XMLSEC_RES( FI_HINTNOTTRUST ) ) in CertificateViewerGeneralTP()
109 ,maSep2FL ( this, XMLSEC_RES( FL_SEP2 ) ) in CertificateViewerGeneralTP()
110 ,maIssuedToLabelFI ( this, XMLSEC_RES( FI_ISSTOLABEL ) ) in CertificateViewerGeneralTP()
111 ,maIssuedToFI ( this, XMLSEC_RES( FI_ISSTO ) ) in CertificateViewerGeneralTP()
112 ,maIssuedByLabelFI ( this, XMLSEC_RES( FI_ISSBYLABEL ) ) in CertificateViewerGeneralTP()
113 ,maIssuedByFI ( this, XMLSEC_RES( FI_ISSBY ) ) in CertificateViewerGeneralTP()
114 ,maValidDateFI ( this, XMLSEC_RES( FI_VALIDDATE ) ) in CertificateViewerGeneralTP()
115 ,maKeyImg ( this, XMLSEC_RES( IMG_KEY ) ) in CertificateViewerGeneralTP()
116 ,maHintCorrespPrivKeyFI ( this, XMLSEC_RES( FI_CORRPRIVKEY ) ) in CertificateViewerGeneralTP()
119 maKeyImg.SetImage( Image( XMLSEC_RES( IMG_KEY_HC ) ) ); in CertificateViewerGeneralTP()
131 Image( XMLSEC_RES( bHC ? IMG_STATE_NOT_VALIDATED_HC : IMG_STATE_NOT_VALIDATED ) ) ); in CertificateViewerGeneralTP()
132 maHintNotTrustedFI.SetText( String( XMLSEC_RES( STR_CERTIFICATE_NOT_VALIDATED ) ) ); in CertificateViewerGeneralTP()
135 maCertImg.SetImage( Image( XMLSEC_RES( IMG_STATE_CERIFICATED_HC ) ) ); in CertificateViewerGeneralTP()
267 :CertificateViewerTP ( _pParent, XMLSEC_RES( RID_XMLSECTP_DETAILS ), _pDlg ) in CertificateViewerDetailsTP()
268 ,maElementsLB ( this, XMLSEC_RES( LB_ELEMENTS ) ) in CertificateViewerDetailsTP()
269 ,maElementML ( this, XMLSEC_RES( ML_ELEMENT ) ) in CertificateViewerDetailsTP()
281 maElementsLB.InsertHeaderEntry( String( XMLSEC_RES( STR_HEADERBAR ) ) ); in CertificateViewerDetailsTP()
293 InsertElement( String( XMLSEC_RES( STR_VERSION ) ), aLBEntry, aLBEntry ); in CertificateViewerDetailsTP()
297 InsertElement( String( XMLSEC_RES( STR_SERIALNUM ) ), aLBEntry, aDetails, true ); in CertificateViewerDetailsTP()
303 InsertElement( String( XMLSEC_RES( STR_ISSUER ) ), aLBEntry, aDetails ); in CertificateViewerDetailsTP()
316 InsertElement( String( XMLSEC_RES( STR_VALIDFROM ) ), aLBEntry, aLBEntry ); in CertificateViewerDetailsTP()
321 InsertElement( String( XMLSEC_RES( STR_VALIDTO ) ), aLBEntry, aLBEntry ); in CertificateViewerDetailsTP()
327 InsertElement( String( XMLSEC_RES( STR_SUBJECT ) ), aLBEntry, aDetails ); in CertificateViewerDetailsTP()
335 InsertElement( String( XMLSEC_RES( STR_SUBJECT_PUBKEY_ALGO ) ), aLBEntry, aDetails ); in CertificateViewerDetailsTP()
339 InsertElement( String( XMLSEC_RES( STR_SUBJECT_PUBKEY_VAL ) ), aLBEntry, aDetails, true ); in CertificateViewerDetailsTP()
342 InsertElement( String( XMLSEC_RES( STR_SIGNATURE_ALGO ) ), aLBEntry, aDetails ); in CertificateViewerDetailsTP()
347 InsertElement( String( XMLSEC_RES( STR_THUMBPRINT_SHA1 ) ), aLBEntry, aDetails, true ); in CertificateViewerDetailsTP()
352 InsertElement( String( XMLSEC_RES( STR_THUMBPRINT_MD5 ) ), aLBEntry, aDetails, true ); in CertificateViewerDetailsTP()
404 :CertificateViewerTP ( _pParent, XMLSEC_RES( RID_XMLSECTP_CERTPATH ), _pDlg ) in CertificateViewerCertPathTP()
405 ,maCertPathFT ( this, XMLSEC_RES( FT_CERTPATH ) ) in CertificateViewerCertPathTP()
406 ,maCertPathLB ( this, XMLSEC_RES( LB_SIGNATURES ) ) in CertificateViewerCertPathTP()
407 ,maViewCertPB ( this, XMLSEC_RES( BTN_VIEWCERT ) ) in CertificateViewerCertPathTP()
408 ,maCertStatusFT ( this, XMLSEC_RES( FT_CERTSTATUS ) ) in CertificateViewerCertPathTP()
409 ,maCertStatusML ( this, XMLSEC_RES( ML_CERTSTATUS ) ) in CertificateViewerCertPathTP()
412 ,maCertImage ( XMLSEC_RES( IMG_CERT_SMALL ) ) in CertificateViewerCertPathTP()
413 ,maCertNotValidatedImage( XMLSEC_RES( IMG_CERT_NOTVALIDATED_SMALL ) ) in CertificateViewerCertPathTP()
414 ,msCertOK ( XMLSEC_RES( STR_PATH_CERT_OK ) ) in CertificateViewerCertPathTP()
415 ,msCertNotValidated ( XMLSEC_RES( STR_PATH_CERT_NOT_VALIDATED ) ) in CertificateViewerCertPathTP()
420 maCertImage = Image( XMLSEC_RES( IMG_CERT_SMALL_HC ) ); in CertificateViewerCertPathTP()
421 maCertNotValidatedImage = Image( XMLSEC_RES( IMG_CERT_NOTVALIDATED_SMALL_HC ) ); in CertificateViewerCertPathTP()