C# 클래스 Forex_Strategy_Builder.Instrument_Editor

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

공개 메소드들

메소드 설명
Instrument_Editor ( ) : 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.

비공개 메소드들

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

BtnAccept Clicked.

BtnAddInstrAdd_Click ( object sender, EventArgs e ) : void

BtnAdd Clicked.

BtnDelete_Click ( object sender, EventArgs e ) : void

BtnDelete Clicked.

BtnDown_Click ( object sender, EventArgs e ) : void

BtnDown Clicked.

BtnUp_Click ( object sender, EventArgs e ) : void

BtnUp Clicked.

CbxPropCommission_SelectedIndexChanged ( object sender, EventArgs e ) : void

Checks the commission time

Instrument_Editor_FormClosing ( object sender, FormClosingEventArgs e ) : void

Check whether the restart is necessary.

LbxInstruments_SelectedValueChanged ( object sender, EventArgs e ) : void

The lbxInstruments selected index changed

NudPropDigits_ValueChanged ( object sender, EventArgs e ) : void

Digit changed

SetAcountExchangeRate ( ) : void

Calculates the account exchange rate.

SetPropertiesForm ( ) : void

Sets the properties form.

SetSelectedInstrument ( ) : void

Sets the properties form.

TbxPropFileName_TextChanged ( object sender, EventArgs e ) : void

Sets the data file names.

TbxPropPriceIn_TextChanged ( object sender, EventArgs e ) : void

Checks the instrument currency.

ValidatePropertiesForm ( ) : bool

Validates the instrument properties

ValidateSymbol ( string symbol, Instrumet_Type instrType ) : bool

Validates the instrument properties

X ( int i ) : int

Gives the horizontal position.

Y ( int i ) : int

Gives the vertical position.

nudPropAccountRate_ValueChanged ( object sender, EventArgs e ) : void

메소드 상세

Instrument_Editor() 공개 메소드

Constructor
public Instrument_Editor ( ) : System
리턴 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