C# 클래스 Forex_Strategy_Builder.Bar_Explorer

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

공개 메소드들

메소드 설명
Bar_Explorer ( int iBarNumber ) : System

Initialize the form and controls

보호된 메소드들

메소드 설명
OnLoad ( EventArgs e ) : void

Resizes the form.

OnPaint ( PaintEventArgs e ) : void

Form On Paint.

OnResize ( EventArgs e ) : void

Arrange the controls.

비공개 메소드들

메소드 설명
Bar_Explorer_MouseWheel ( object sender, MouseEventArgs e ) : void

Navigate to a bar on mouse wheel.

BtnNavigate_Click ( object sender, EventArgs e ) : void

Navigate to a bar on button click.

Navigate ( string sDir ) : void

Navigates to a bar.

PnlChart_Paint ( object sender, PaintEventArgs e ) : void

Paints panel pnlChart

PnlInfo_Paint ( object sender, PaintEventArgs e ) : void

Paints panel pnlInfo

SetBtnNavigate ( ) : void

Sets the navigation buttons

SetJournalPoints ( ) : void

Sets the journal columns with.

메소드 상세

Bar_Explorer() 공개 메소드

Initialize the form and controls
public Bar_Explorer ( int iBarNumber ) : System
iBarNumber int
리턴 System

OnLoad() 보호된 메소드

Resizes the form.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnPaint() 보호된 메소드

Form On Paint.
protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
리턴 void

OnResize() 보호된 메소드

Arrange the controls.
protected OnResize ( EventArgs e ) : void
e System.EventArgs
리턴 void