C# 클래스 Scanner_UI.Scanner_Form

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: mtotheikle/EWU-OIT-SSN-Scanner

공개 프로퍼티들

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

공개 메소드들

메소드 설명
AddToTable ( string filename, string location, int count, int priority ) : void
LoadData ( ) : void
SQLDatabaseInitilize ( ) : void
Scanner_Form ( ) : System
SetProgressBarMax ( string val ) : void
UpdateData ( string fileName, string path, string priority, string count ) : void
UpdateFileNameLabel ( string text ) : void
UpdatePercentageLabel ( string percent ) : void
UpdateProgressBar ( string val ) : void

보호된 메소드들

메소드 설명
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
backgroundWorker_DoWork ( object sender, DoWorkEventArgs e ) : void
backgroundWorker_RunWorkerCompleted ( object sender, RunWorkerCompletedEventArgs e ) : void
exitToolStripMenuItem_Click ( object sender, EventArgs e ) : void
pauseButton_Click ( object sender, EventArgs e ) : void
pauseScanToolStripMenuItem_Click ( object sender, EventArgs e ) : void
pause_scan ( ) : 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

SetProgressBarMax() 공개 메소드

public SetProgressBarMax ( string val ) : void
val string
리턴 void

UpdateData() 공개 메소드

public UpdateData ( string fileName, string path, string priority, string count ) : void
fileName string
path string
priority string
count string
리턴 void

UpdateFileNameLabel() 공개 메소드

public UpdateFileNameLabel ( string text ) : void
text string
리턴 void

UpdatePercentageLabel() 공개 메소드

public UpdatePercentageLabel ( string percent ) : void
percent string
리턴 void

UpdateProgressBar() 공개 메소드

public UpdateProgressBar ( string val ) : void
val string
리턴 void

프로퍼티 상세

dataGridView 공개적으로 프로퍼티

public DataGridView,System.Windows.Forms dataGridView
리턴 System.Windows.Forms.DataGridView

fileNameLabel 공개적으로 프로퍼티

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

path 공개적으로 프로퍼티

public TextBox path
리턴 TextBox

percentage 공개적으로 프로퍼티

public Label percentage
리턴 Label

progressBar 공개적으로 프로퍼티

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

scanDirectory 공개적으로 프로퍼티

public Label scanDirectory
리턴 Label