C# 클래스 Forex_Strategy_Builder.Starting_Tips

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

공개 메소드들

메소드 설명
Starting_Tips ( ) : System

Public Constructor

보호된 메소드들

메소드 설명
OnLoad ( EventArgs e ) : void

On Load

OnPaint ( PaintEventArgs e ) : void

Form On Paint

OnResize ( EventArgs e ) : void

On Resize

비공개 메소드들

메소드 설명
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

메소드 상세

OnLoad() 보호된 메소드

On Load
protected OnLoad ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnPaint() 보호된 메소드

Form On Paint
protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
리턴 void

OnResize() 보호된 메소드

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

Starting_Tips() 공개 메소드

Public Constructor
public Starting_Tips ( ) : System
리턴 System