C# 클래스 KeePass.Forms.PwGeneratorForm

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: amiryal/keepass2 1 사용 예제들

공개 메소드들

메소드 설명
InitEx ( KeePassLib.Cryptography.PasswordGenerator.PwProfile pwInitial, bool bCanAccept, bool bForceInTaskbar ) : void

Initialize this password generator form instance.

PwGeneratorForm ( ) : System

비공개 메소드들

메소드 설명
CleanUpEx ( ) : void
CustomizeForScreenReader ( ) : void
EnableControlsEx ( bool bSwitchToCustomProfile ) : void
GeneratePreviewPasswords ( ) : void
GetGenerationOptions ( ) : KeePassLib.Cryptography.PasswordGenerator.PwProfile
GetPwGenerator ( ) : KeePassLib.Cryptography.PasswordGenerator.CustomPwGenerator
OnBtnCancel ( object sender, EventArgs e ) : void
OnBtnCustomOpt ( object sender, EventArgs e ) : void
OnBtnHelp ( object sender, EventArgs e ) : void
OnBtnOK ( object sender, EventArgs e ) : void
OnBtnProfileRemove ( object sender, EventArgs e ) : void
OnBtnProfileSave ( object sender, EventArgs e ) : void
OnFormClosed ( object sender, System.Windows.Forms.FormClosedEventArgs e ) : void
OnFormClosing ( object sender, FormClosingEventArgs e ) : void
OnFormLoad ( object sender, EventArgs e ) : void
OnProfilesSelectedIndexChanged ( object sender, EventArgs e ) : void
OnTabMainSelectedIndexChanged ( object sender, EventArgs e ) : void
SelectCustomGenerator ( string strUuid, string strCustomOptions ) : void
SetGenerationOptions ( KeePassLib.Cryptography.PasswordGenerator.PwProfile opt ) : void
UpdateUIProc ( object sender, EventArgs e ) : void

메소드 상세

InitEx() 공개 메소드

Initialize this password generator form instance.
public InitEx ( KeePassLib.Cryptography.PasswordGenerator.PwProfile pwInitial, bool bCanAccept, bool bForceInTaskbar ) : void
pwInitial KeePassLib.Cryptography.PasswordGenerator.PwProfile Initial options (may be null).
bCanAccept bool
bForceInTaskbar bool
리턴 void

PwGeneratorForm() 공개 메소드

public PwGeneratorForm ( ) : System
리턴 System