C# Class AutoPuTTY.popupImport

Inheritance: System.Windows.Forms.Form
Show file Open project: r4dius/AutoPuTTY Class Usage Examples

Public Properties

Property Type Description
bCancel System.Windows.Forms.Button
bReplace System.Windows.Forms.Button
bSkip System.Windows.Forms.Button
lAddedValue System.Windows.Forms.Label
lProgressValue System.Windows.Forms.Label
lReplacedValue System.Windows.Forms.Label
lSkippedValue System.Windows.Forms.Label
optionsform formOptions
pbProgress System.Windows.Forms.ProgressBar

Public Methods

Method Description
ImportComplete ( ) : void
ImportProgress ( string args ) : void
ToggleDuplicateWarning ( bool s, string n ) : void
popupImport ( 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.

SwitchDuplicateWarning ( bool s ) : void
SwitchEmptyWarning ( string n ) : void
bCancel_Click ( object sender, EventArgs e ) : void
bReplace_Click ( object sender, EventArgs e ) : void
bSkip_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

ImportComplete() public method

public ImportComplete ( ) : void
return void

ImportProgress() public method

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

ToggleDuplicateWarning() public method

public ToggleDuplicateWarning ( bool s, string n ) : void
s bool
n string
return void

popupImport() public method

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

Property Details

bCancel public property

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

bReplace public property

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

bSkip public property

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

lAddedValue public property

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

lProgressValue public property

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

lReplacedValue public property

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

lSkippedValue public property

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

optionsform public property

public formOptions,AutoPuTTY optionsform
return formOptions

pbProgress public property

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