C# Class SevenZip.Form1

Inheritance: System.Windows.Forms.Form
显示文件 Open project: mtotheikle/EWU-OIT-SSN-Scanner

Public Properties

Property Type Description
label1 System.Windows.Forms.Label
progressBar1 System.Windows.Forms.ProgressBar

Public Methods

Method Description
AddToTable ( string filename, string location, int count, int priority ) : void
Form1 ( ) : System
LoadData ( ) : void
MainWindow_Closing ( object sender, FormClosingEventArgs e ) : void
SQLDatabaseInitilize ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

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.

button1_Click ( object sender, EventArgs e ) : void
quitToolStripMenuItem_Click ( object sender, EventArgs e ) : void
startScanToolStripMenuItem_Click ( object sender, EventArgs e ) : void
start_scan ( ) : void

Method Details

AddToTable() public method

public AddToTable ( string filename, string location, int count, int priority ) : void
filename string
location string
count int
priority int
return void

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

Form1() public method

public Form1 ( ) : System
return System

LoadData() public method

public LoadData ( ) : void
return void

MainWindow_Closing() public method

public MainWindow_Closing ( object sender, FormClosingEventArgs e ) : void
sender object
e System.Windows.Forms.FormClosingEventArgs
return void

SQLDatabaseInitilize() public method

public SQLDatabaseInitilize ( ) : void
return void

Property Details

label1 public_oe property

public Label,System.Windows.Forms label1
return System.Windows.Forms.Label

progressBar1 public_oe property

public ProgressBar,System.Windows.Forms progressBar1
return System.Windows.Forms.ProgressBar