C# Class Coon.Compass.ProteinHoarder.ProteinHoarderForm

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: dbaileychess/Compass Class Usage Examples

Méthodes publiques

Свойство Type Description
CsvFiles BindingList
ExperimentIDs BindingList
ExperimentsTypes string
FORTESTING bool
Hoarder ProteinHoarder
LOG_FILE string
MainThread Thread

Méthodes publiques

Méthode Description
AddCsv ( string filename ) : void
ProteinHoarderForm ( ) : System
Run ( ) : void
SetDatabase ( string filename ) : void
UpdateLog ( string msg ) : void
UpdateProgress ( double percent ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
AddFiles ( IEnumerable files ) : void
AdditionalSetup ( ) : void
CheckMods ( CsvFile file ) : Task>
DGV_CellClick ( object sender, System.Windows.Forms.DataGridViewCellEventArgs e ) : void
Form1_DragDrop ( object sender, DragEventArgs e ) : void
Form1_DragEnter ( object sender, DragEventArgs e ) : void
Form1_FormClosing ( object sender, FormClosingEventArgs e ) : void
GetRunningVersion ( ) : System.Version
InitializeComponent ( ) : void

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

UpdateProgressEvent ( object sender, ProgressEventArgs e ) : void
WriteLog ( ) : void
button1_Click ( object sender, EventArgs e ) : void
csvclearB_Click ( object sender, EventArgs e ) : void
csvsB_Click ( object sender, EventArgs e ) : void
databaseB_Click ( object sender, EventArgs e ) : void
duplexCB_CheckedChanged ( object sender, EventArgs e ) : void
enableQuantCB_CheckedChanged ( object sender, EventArgs e ) : void
hoarder_UpdateLog ( object sender, StatusEventArgs e ) : void
hoarder_UpdateProgress ( object sender, ProgressEventArgs e ) : void
outputdirectoryB_Click ( object sender, EventArgs e ) : void

Method Details

AddCsv() public méthode

public AddCsv ( string filename ) : void
filename string
Résultat void

Dispose() protected méthode

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

ProteinHoarderForm() public méthode

public ProteinHoarderForm ( ) : System
Résultat System

Run() public méthode

public Run ( ) : void
Résultat void

SetDatabase() public méthode

public SetDatabase ( string filename ) : void
filename string
Résultat void

UpdateLog() public méthode

public UpdateLog ( string msg ) : void
msg string
Résultat void

UpdateProgress() public méthode

public UpdateProgress ( double percent ) : void
percent double
Résultat void

Property Details

CsvFiles public_oe property

public BindingList CsvFiles
Résultat BindingList

ExperimentIDs public_oe property

public BindingList ExperimentIDs
Résultat BindingList

ExperimentsTypes public_oe static_oe property

public static string ExperimentsTypes
Résultat string

FORTESTING public_oe static_oe property

public static bool FORTESTING
Résultat bool

Hoarder public_oe property

public ProteinHoarder,Coon.Compass.ProteinHoarder Hoarder
Résultat ProteinHoarder

LOG_FILE public_oe static_oe property

public static string LOG_FILE
Résultat string

MainThread public_oe property

public Thread MainThread
Résultat Thread