C# 클래스 AutoPuTTY.popupImport

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: r4dius/AutoPuTTY 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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