Property | Type | Description | |
---|---|---|---|
dataGridView | System.Windows.Forms.DataGridView | ||
fileNameLabel | |||
path | TextBox | ||
percentage | Label | ||
progressBar | System.Windows.Forms.ProgressBar | ||
scanDirectory | Label |
Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
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, |
||
backgroundWorker_DoWork ( object sender, |
||
backgroundWorker_RunWorkerCompleted ( object sender, |
||
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 |
public AddToTable ( string filename, string location, int count, int priority ) : void | ||
filename | string | |
location | string | |
count | int | |
priority | int | |
return | void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public SetProgressBarMax ( string val ) : void | ||
val | string | |
return | void |
public UpdateData ( string fileName, string path, string priority, string count ) : void | ||
fileName | string | |
path | string | |
priority | string | |
count | string | |
return | void |
public UpdateFileNameLabel ( string text ) : void | ||
text | string | |
return | void |
public UpdatePercentageLabel ( string percent ) : void | ||
percent | string | |
return | void |
public UpdateProgressBar ( string val ) : void | ||
val | string | |
return | void |
public DataGridView,System.Windows.Forms dataGridView | ||
return | System.Windows.Forms.DataGridView |
public Label,System.Windows.Forms fileNameLabel | ||
return |
public ProgressBar,System.Windows.Forms progressBar | ||
return | System.Windows.Forms.ProgressBar |