C# Class Coon.Compass.Lotor.lotorForm

Show file Open project: dbaileychess/Compass Class Usage Examples

Public Properties

Property Type Description
Phosphorylation Modification

Public Methods

Method Description
GetProductTolerance ( ) : Tolerance
GetRunningVersion ( ) : Version
LoadPeptides ( string filename ) : void
LoadUserMods ( string userModFile ) : void
Run ( ) : void
UpdateLog ( string msg, bool isError = false ) : void
UpdateProgress ( double percent ) : void
lotorForm ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
AdditionalSetup ( ) : void
InitializeComponent ( ) : void

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

LoadFiles ( IEnumerable files ) : void
UpdateVariableMods ( ) : void
_lotor_Completed ( object sender, EventArgs e ) : void
button1_Click ( object sender, EventArgs e ) : void
button2_Click ( object sender, EventArgs e ) : void
button3_Click ( object sender, EventArgs e ) : void
button4_Click ( object sender, EventArgs e ) : void
button4_Click_1 ( object sender, EventArgs e ) : void
button5_Click ( object sender, EventArgs e ) : void
checkBox1_CheckedChanged ( object sender, EventArgs e ) : void
linkLabel1_LinkClicked ( object sender, LinkLabelLinkClickedEventArgs e ) : void
lotorForm_DragDrop ( object sender, DragEventArgs e ) : void
lotorForm_DragEnter ( object sender, DragEventArgs e ) : void
lotorForm_FormClosed ( object sender, FormClosedEventArgs e ) : void
lotor_UpdateLog ( object sender, StatusEventArgs e ) : void
lotor_UpdateProgress ( object sender, ProgressEventArgs e ) : void

Method Details

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

GetProductTolerance() public method

public GetProductTolerance ( ) : Tolerance
return Tolerance

GetRunningVersion() public static method

public static GetRunningVersion ( ) : Version
return Version

LoadPeptides() public method

public LoadPeptides ( string filename ) : void
filename string
return void

LoadUserMods() public method

public LoadUserMods ( string userModFile ) : void
userModFile string
return void

Run() public method

public Run ( ) : void
return void

UpdateLog() public method

public UpdateLog ( string msg, bool isError = false ) : void
msg string
isError bool
return void

UpdateProgress() public method

public UpdateProgress ( double percent ) : void
percent double
return void

lotorForm() public method

public lotorForm ( ) : System
return System

Property Details

Phosphorylation public static property

public static Modification Phosphorylation
return Modification