C# Class AutoPuTTY.popupRecrypt

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: r4dius/AutoPuTTY Class Usage Examples

Méthodes publiques

Свойство Type Description
bOK System.Windows.Forms.Button
lProgressValue System.Windows.Forms.Label
optionsform formOptions
pbProgress System.Windows.Forms.ProgressBar

Méthodes publiques

Méthode Description
RecryptComplete ( ) : void
RecryptProgress ( string args ) : void
popupRecrypt ( formOptions form ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

bOK_Click ( object sender, EventArgs e ) : void
formClosing ( object sender, FormClosingEventArgs e ) : void

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

RecryptComplete() public méthode

public RecryptComplete ( ) : void
Résultat void

RecryptProgress() public méthode

public RecryptProgress ( string args ) : void
args string
Résultat void

popupRecrypt() public méthode

public popupRecrypt ( formOptions form ) : System
form formOptions
Résultat System

Property Details

bOK public_oe property

public Button,System.Windows.Forms bOK
Résultat System.Windows.Forms.Button

lProgressValue public_oe property

public Label,System.Windows.Forms lProgressValue
Résultat System.Windows.Forms.Label

optionsform public_oe property

public formOptions,AutoPuTTY optionsform
Résultat formOptions

pbProgress public_oe property

public ProgressBar,System.Windows.Forms pbProgress
Résultat System.Windows.Forms.ProgressBar