C# Class Forex_Strategy_Builder.Starting_Tips

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

Public Methods

Method Description
Starting_Tips ( ) : System

Public Constructor

Protected Methods

Method Description
OnLoad ( EventArgs e ) : void

On Load

OnPaint ( PaintEventArgs e ) : void

Form On Paint

OnResize ( EventArgs e ) : void

On Resize

Private Methods

Method Description
Browser_DocumentCompleted ( object sender, System.Windows.Forms.WebBrowserDocumentCompletedEventArgs e ) : void

The Document is ready

ChboxShow_CheckStateChanged ( object sender, EventArgs e ) : void

Change starting options

LoadStartingTips ( ) : void

Load tips config file

Navigate ( object sender, EventArgs e ) : void

Navigate

ShowTip ( bool bNextTip ) : void

Show random tip

Method Details

OnLoad() protected method

On Load
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

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

Starting_Tips() public method

Public Constructor
public Starting_Tips ( ) : System
return System