C# 클래스 Forex_Strategy_Builder.Data_Horizon

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

공개 메소드들

메소드 설명
Data_Horizon ( int iMaxBars, System.DateTime dtStart, System.DateTime dtEnd, bool bUseStartDate, bool bUseEndDate ) : System

Constructor

보호된 메소드들

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

Performs initialization.

OnPaint ( PaintEventArgs e ) : void

Form On Paint

OnResize ( EventArgs e ) : void

Recalculates the sizes and positions of the controls after resizing.

비공개 메소드들

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

Go to the online help

chboxUseEndDate_CheckStateChanged ( object sender, EventArgs e ) : void

Change the bUseEndDate value

chboxUseStartDate_CheckStateChanged ( object sender, EventArgs e ) : void

Change the bUseStartDate value

dtpEndDate_ValueChanged ( object sender, EventArgs e ) : void

Change the dtpEndDate value

dtpStartDate_ValueChanged ( object sender, EventArgs e ) : void

Change the dtpStartDate value

numUpDown_ValueChanged ( object sender, EventArgs e ) : void

Change the iMaxBars value

메소드 상세

Data_Horizon() 공개 메소드

Constructor
public Data_Horizon ( int iMaxBars, System.DateTime dtStart, System.DateTime dtEnd, bool bUseStartDate, bool bUseEndDate ) : System
iMaxBars int
dtStart System.DateTime
dtEnd System.DateTime
bUseStartDate bool
bUseEndDate bool
리턴 System

OnLoad() 보호된 메소드

Performs initialization.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnPaint() 보호된 메소드

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

OnResize() 보호된 메소드

Recalculates the sizes and positions of the controls after resizing.
protected OnResize ( EventArgs e ) : void
e System.EventArgs
리턴 void