C# Class Forex_Strategy_Builder.Journal_Ord

Inheritance: System.Windows.Forms.Panel
Mostra file Open project: nuggett11/Forex-Strategy-Builder Class Usage Examples

Protected Properties

Property Type Description
btnRemoveJournal System.Windows.Forms.Button
btnToggleJournal System.Windows.Forms.Button

Public Methods

Method Description
Journal_Ord ( ) : System

Constructor

SetUpJournal ( ) : void

Sets the journal's current data

Protected Methods

Method Description
HScrollBar_ValueChanged ( object sender, EventArgs e ) : void

Invalidates the sender after scrolling

InitializeJournal ( ) : void

Inits the Journal

OnPaint ( PaintEventArgs e ) : void

Paints the journal

OnResize ( EventArgs eventargs ) : void

Set params on resize

SetJournalColors ( ) : void

Sets the journal colors

SetSizes ( ) : void

Sets the size and position of the controls

UpdateJournalData ( ) : void

Updates the journal data from the backtester

VScrollBar_ValueChanged ( object sender, EventArgs e ) : void

Invalidates the sender after scrolling

Method Details

HScrollBar_ValueChanged() protected method

Invalidates the sender after scrolling
protected HScrollBar_ValueChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

InitializeJournal() protected method

Inits the Journal
protected InitializeJournal ( ) : void
return void

Journal_Ord() public method

Constructor
public Journal_Ord ( ) : System
return System

OnPaint() protected method

Paints the journal
protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
return void

OnResize() protected method

Set params on resize
protected OnResize ( EventArgs eventargs ) : void
eventargs System.EventArgs
return void

SetJournalColors() protected method

Sets the journal colors
protected SetJournalColors ( ) : void
return void

SetSizes() protected method

Sets the size and position of the controls
protected SetSizes ( ) : void
return void

SetUpJournal() public method

Sets the journal's current data
public SetUpJournal ( ) : void
return void

UpdateJournalData() protected method

Updates the journal data from the backtester
protected UpdateJournalData ( ) : void
return void

VScrollBar_ValueChanged() protected method

Invalidates the sender after scrolling
protected VScrollBar_ValueChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

Property Details

btnRemoveJournal protected_oe property

protected Button,System.Windows.Forms btnRemoveJournal
return System.Windows.Forms.Button

btnToggleJournal protected_oe property

protected Button,System.Windows.Forms btnToggleJournal
return System.Windows.Forms.Button