C# Class KeePass.Forms.PwGeneratorForm

Inheritance: System.Windows.Forms.Form
显示文件 Open project: amiryal/keepass2 Class Usage Examples

Public Methods

Method Description
InitEx ( KeePassLib.Cryptography.PasswordGenerator.PwProfile pwInitial, bool bCanAccept, bool bForceInTaskbar ) : void

Initialize this password generator form instance.

PwGeneratorForm ( ) : System

Private Methods

Method Description
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

Method Details

InitEx() public method

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
return void

PwGeneratorForm() public method

public PwGeneratorForm ( ) : System
return System