C# Class AutoPuTTY.popupRecrypt

Inheritance: System.Windows.Forms.Form
Datei anzeigen Open project: r4dius/AutoPuTTY Class Usage Examples

Public Properties

Property Type Description
bOK System.Windows.Forms.Button
lProgressValue System.Windows.Forms.Label
optionsform formOptions
pbProgress System.Windows.Forms.ProgressBar

Public Methods

Method Description
RecryptComplete ( ) : void
RecryptProgress ( string args ) : void
popupRecrypt ( formOptions form ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

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

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

RecryptComplete() public method

public RecryptComplete ( ) : void
return void

RecryptProgress() public method

public RecryptProgress ( string args ) : void
args string
return void

popupRecrypt() public method

public popupRecrypt ( formOptions form ) : System
form formOptions
return System

Property Details

bOK public_oe property

public Button,System.Windows.Forms bOK
return System.Windows.Forms.Button

lProgressValue public_oe property

public Label,System.Windows.Forms lProgressValue
return System.Windows.Forms.Label

optionsform public_oe property

public formOptions,AutoPuTTY optionsform
return formOptions

pbProgress public_oe property

public ProgressBar,System.Windows.Forms pbProgress
return System.Windows.Forms.ProgressBar