C# Class Forex_Strategy_Builder.Dialogs.Balance_Chart

Inheritance: System.Windows.Forms.Form
显示文件 Open project: nuggett11/Forex-Strategy-Builder Class Usage Examples

Public Methods

Method Description
Balance_Chart ( ) : System

Constructor

Protected Methods

Method Description
OnLoad ( EventArgs e ) : void

Perform initializing.

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
BalanceChart_MouseLeave ( object sender, EventArgs e ) : void

Deletes the dynamic info on the status bar.

BalanceChart_MouseMove ( object sender, MouseEventArgs e ) : void

Show the dynamic info on the status bar.

Method Details

Balance_Chart() public method

Constructor
public Balance_Chart ( ) : System
return System

OnLoad() protected method

Perform initializing.
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