C# Класс AutoPuTTY.popupImport

Наследование: System.Windows.Forms.Form
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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

Открытые методы

Метод Описание
ImportComplete ( ) : void
ImportProgress ( string args ) : void
ToggleDuplicateWarning ( bool s, string n ) : void
popupImport ( formOptions form ) : System

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
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

Описание методов

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

ImportComplete() публичный Метод

public ImportComplete ( ) : void
Результат void

ImportProgress() публичный Метод

public ImportProgress ( string args ) : void
args string
Результат void

ToggleDuplicateWarning() публичный Метод

public ToggleDuplicateWarning ( bool s, string n ) : void
s bool
n string
Результат void

popupImport() публичный Метод

public popupImport ( formOptions form ) : System
form formOptions
Результат System

Описание свойств

bCancel публичное свойство

public Button,System.Windows.Forms bCancel
Результат System.Windows.Forms.Button

bReplace публичное свойство

public Button,System.Windows.Forms bReplace
Результат System.Windows.Forms.Button

bSkip публичное свойство

public Button,System.Windows.Forms bSkip
Результат System.Windows.Forms.Button

lAddedValue публичное свойство

public Label,System.Windows.Forms lAddedValue
Результат System.Windows.Forms.Label

lProgressValue публичное свойство

public Label,System.Windows.Forms lProgressValue
Результат System.Windows.Forms.Label

lReplacedValue публичное свойство

public Label,System.Windows.Forms lReplacedValue
Результат System.Windows.Forms.Label

lSkippedValue публичное свойство

public Label,System.Windows.Forms lSkippedValue
Результат System.Windows.Forms.Label

optionsform публичное свойство

public formOptions,AutoPuTTY optionsform
Результат formOptions

pbProgress публичное свойство

public ProgressBar,System.Windows.Forms pbProgress
Результат System.Windows.Forms.ProgressBar