Свойство | Тип | Описание | |
---|---|---|---|
fileNameLabel | |||
path | |||
percentage | |||
progressBar | System.Windows.Forms.ProgressBar | ||
scanDirectory |
Метод | Описание | |
---|---|---|
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, |
||
quitToolStripMenuItem_Click ( object sender, |
||
scanButton_Click ( object sender, |
||
startScanToolStripMenuItem_Click ( object sender, |
||
start_scan ( ) : void |
public AddToTable ( string filename, string location, int count, int priority ) : void | ||
filename | string | |
location | string | |
count | int | |
priority | int | |
Результат | void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
Результат | void |
public Label,System.Windows.Forms fileNameLabel | ||
Результат |
public TextBox,System.Windows.Forms path | ||
Результат |
public Label,System.Windows.Forms percentage | ||
Результат |
public ProgressBar,System.Windows.Forms progressBar | ||
Результат | System.Windows.Forms.ProgressBar |