C# Class Forex_Strategy_Builder.Account_Settings

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

Public Methods

Method Description
Account_Settings ( ) : System

Constructor

SetParams ( ) : void

Sets the controls' text

Protected Methods

Method Description
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.

Private Methods

Method Description
BtnDefault_Click ( object sender, EventArgs e ) : void

Button Default Click

ParamChanged ( object sender, EventArgs e ) : void

Sets the params values

SetAcountExchangeRate ( ) : void

Calculates the account exchange rate.

Method Details

Account_Settings() public method

Constructor
public Account_Settings ( ) : System
return System

OnLoad() protected method

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

OnPaint() protected method

Form On Paint
protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
return void

OnResize() protected method

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

SetParams() public method

Sets the controls' text
public SetParams ( ) : void
return void