C# 클래스 Forex_Strategy_Builder.Info_Panel

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

공개 메소드들

메소드 설명
Info_Panel ( ) : System

Default Constructor

Info_Panel ( string asParams, string asValues, bool abFlags, string sCaption ) : System

Constructor

SetColors ( ) : void

Sets the panel colors

Update ( string asParams, string asValues, bool abFlags, string caption ) : void

Update

보호된 메소드들

메소드 설명
OnPaint ( PaintEventArgs e ) : void

On Paint

OnResize ( EventArgs eventargs ) : void

On Resize

비공개 메소드들

메소드 설명
CalculateScrollBarStatus ( ) : void

Scroll Bars status

CalculateTabs ( ) : void

Tabs

Info_Panel_MouseUp ( object sender, MouseEventArgs e ) : void

Selects the vertical scrollbar

InitializeParameters ( ) : void

Initialize Parameters

ScrollBar_Scroll ( object sender, ScrollEventArgs e ) : void

ScrollBar_Scroll

메소드 상세

Info_Panel() 공개 메소드

Default Constructor
public Info_Panel ( ) : System
리턴 System

Info_Panel() 공개 메소드

Constructor
public Info_Panel ( string asParams, string asValues, bool abFlags, string sCaption ) : System
asParams string
asValues string
abFlags bool
sCaption string
리턴 System

OnPaint() 보호된 메소드

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

OnResize() 보호된 메소드

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

SetColors() 공개 메소드

Sets the panel colors
public SetColors ( ) : void
리턴 void

Update() 공개 메소드

Update
public Update ( string asParams, string asValues, bool abFlags, string caption ) : void
asParams string
asValues string
abFlags bool
caption string
리턴 void