C# 클래스 Scan_UI.Scanner_Form

파일 보기 프로젝트 열기: mtotheikle/EWU-OIT-SSN-Scanner

공개 프로퍼티들

프로퍼티 타입 설명
fileNameLabel System.Windows.Forms.Label
path System.Windows.Forms.TextBox
percentage System.Windows.Forms.Label
progressBar System.Windows.Forms.ProgressBar
scanDirectory System.Windows.Forms.Label

공개 메소드들

메소드 설명
AddToTable ( string filename, string location, int count, int priority ) : void
LoadData ( ) : void
SQLDatabaseInitilize ( ) : void
Scanner_Form ( ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
ExecuteQuery ( string txtQuery ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

MainWindow_Closing ( object sender, FormClosingEventArgs e ) : void
quitToolStripMenuItem_Click ( object sender, EventArgs e ) : void
scanButton_Click ( object sender, EventArgs e ) : void
startScanToolStripMenuItem_Click ( object sender, EventArgs e ) : void
start_scan ( ) : void

메소드 상세

AddToTable() 공개 메소드

public AddToTable ( string filename, string location, int count, int priority ) : void
filename string
location string
count int
priority int
리턴 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

LoadData() 공개 메소드

public LoadData ( ) : void
리턴 void

SQLDatabaseInitilize() 공개 메소드

public SQLDatabaseInitilize ( ) : void
리턴 void

Scanner_Form() 공개 메소드

public Scanner_Form ( ) : System
리턴 System

프로퍼티 상세

fileNameLabel 공개적으로 프로퍼티

public Label,System.Windows.Forms fileNameLabel
리턴 System.Windows.Forms.Label

path 공개적으로 프로퍼티

public TextBox,System.Windows.Forms path
리턴 System.Windows.Forms.TextBox

percentage 공개적으로 프로퍼티

public Label,System.Windows.Forms percentage
리턴 System.Windows.Forms.Label

progressBar 공개적으로 프로퍼티

public ProgressBar,System.Windows.Forms progressBar
리턴 System.Windows.Forms.ProgressBar

scanDirectory 공개적으로 프로퍼티

public Label,System.Windows.Forms scanDirectory
리턴 System.Windows.Forms.Label