C# 클래스 Forex_Strategy_Builder.Journal_Positions

상속: System.Windows.Forms.Panel
파일 보기 프로젝트 열기: nuggett11/Forex-Strategy-Builder 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
btnRemoveJournal System.Windows.Forms.Button
btnToggleJournal System.Windows.Forms.Button

공개 메소드들

메소드 설명
Journal_Positions ( ) : System

Constructor

SetUpJournal ( ) : void

Sets the journal's current data

보호된 메소드들

메소드 설명
HScrollBar_ValueChanged ( object sender, EventArgs e ) : void

Invalidates the sender after scrolling

InitializeJournal ( ) : void

Inits the Journal

OnMouseUp ( MouseEventArgs e ) : void

Selects a row on Mouse Up

OnPaint ( PaintEventArgs e ) : void

Paints the journal

OnResize ( EventArgs eventargs ) : void

Set params on resize

OnSelectedBarChange ( EventArgs e ) : void

Raises the event by invoking the delegates

SetJournalColors ( ) : void

Sets the journal colors

UpdateJournalData ( ) : void

Updates the journal data from the backtester

VScrollBar_ValueChanged ( object sender, EventArgs e ) : void

Invalidates the sender after scrolling

메소드 상세

HScrollBar_ValueChanged() 보호된 메소드

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

InitializeJournal() 보호된 메소드

Inits the Journal
protected InitializeJournal ( ) : void
리턴 void

Journal_Positions() 공개 메소드

Constructor
public Journal_Positions ( ) : System
리턴 System

OnMouseUp() 보호된 메소드

Selects a row on Mouse Up
protected OnMouseUp ( MouseEventArgs e ) : void
e MouseEventArgs
리턴 void

OnPaint() 보호된 메소드

Paints the journal
protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
리턴 void

OnResize() 보호된 메소드

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

OnSelectedBarChange() 보호된 메소드

Raises the event by invoking the delegates
protected OnSelectedBarChange ( EventArgs e ) : void
e System.EventArgs
리턴 void

SetJournalColors() 보호된 메소드

Sets the journal colors
protected SetJournalColors ( ) : void
리턴 void

SetUpJournal() 공개 메소드

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

UpdateJournalData() 보호된 메소드

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

VScrollBar_ValueChanged() 보호된 메소드

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

프로퍼티 상세

btnRemoveJournal 보호되어 있는 프로퍼티

protected Button,System.Windows.Forms btnRemoveJournal
리턴 System.Windows.Forms.Button

btnToggleJournal 보호되어 있는 프로퍼티

protected Button,System.Windows.Forms btnToggleJournal
리턴 System.Windows.Forms.Button