C# Class Forex_Strategy_Builder.Strategy_Properties

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

Public Methods

Method Description
Strategy_Properties ( ) : System

Protected Methods

Method Description
OnLoad ( EventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void
OnResize ( EventArgs e ) : void

Private Methods

Method Description
BtnDefault_Click ( object sender, EventArgs e ) : void
CalculateStrategy ( ) : void
Param_Changed ( object sender, EventArgs e ) : void
RemoveParamEventHandlers ( ) : void
SetFormSize ( ) : void
SetLabelPercent ( ) : void
SetParamEventHandlers ( ) : void
SetParams ( ) : void
UpdateChart ( ) : void

Method Details

OnLoad() protected method

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
return void

OnPaint() protected method

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
return void

OnResize() protected method

protected OnResize ( EventArgs e ) : void
e System.EventArgs
return void

Strategy_Properties() public method

public Strategy_Properties ( ) : System
return System