C# Class AutoPuTTY.popupImport

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

Méthodes publiques

Свойство 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

Méthodes publiques

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

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

ImportComplete() public méthode

public ImportComplete ( ) : void
Résultat void

ImportProgress() public méthode

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

ToggleDuplicateWarning() public méthode

public ToggleDuplicateWarning ( bool s, string n ) : void
s bool
n string
Résultat void

popupImport() public méthode

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

Property Details

bCancel public_oe property

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

bReplace public_oe property

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

bSkip public_oe property

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

lAddedValue public_oe property

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

lProgressValue public_oe property

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

lReplacedValue public_oe property

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

lSkippedValue public_oe property

public Label,System.Windows.Forms lSkippedValue
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