C# 클래스 Forex_Strategy_Builder.Dialogs.Generator.IndicatorsLayout

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

공개 메소드들

메소드 설명
BlockIndikatorChange ( ) : void
IndicatorsLayout ( ) : System

Constructor

IsIndicatorBanned ( SlotTypes slotType, string indicatorName ) : bool

Checks if the indicator is in the ban list.

SetConfigFile ( ) : void

Writes banned indicator in the config file.

UnblockIndikatorChange ( ) : void

보호된 메소드들

메소드 설명
OnResize ( EventArgs eventargs ) : void

Rearranges layout.

비공개 메소드들

메소드 설명
ArrangeIndicatorsSlots ( ) : void

Arranges the indicators in the layout.

Buttons_Click ( object sender, EventArgs e ) : void

ToolStrip Buttons click

CbxIndicatorSlot_SelectedIndexChanged ( object sender, EventArgs e ) : void

Change of the slot type.

ChbxIndicator_CheckedChanged ( object sender, EventArgs e ) : void

Change of the indicator ban state.

InitBannedIndicators ( ) : void

Reads config file record and arranges lists.

SetStatusButton ( ) : void

Sets the text of button Status.

SetVerticalScrollBar ( ) : void

Shows, hides, sets the scrollbar.

ShowStatus ( ) : void

Shows all banned indicators.

VScrollBar_Scroll ( object sender, ScrollEventArgs e ) : void

메소드 상세

BlockIndikatorChange() 공개 메소드

public BlockIndikatorChange ( ) : void
리턴 void

IndicatorsLayout() 공개 메소드

Constructor
public IndicatorsLayout ( ) : System
리턴 System

IsIndicatorBanned() 공개 메소드

Checks if the indicator is in the ban list.
public IsIndicatorBanned ( SlotTypes slotType, string indicatorName ) : bool
slotType SlotTypes
indicatorName string
리턴 bool

OnResize() 보호된 메소드

Rearranges layout.
protected OnResize ( EventArgs eventargs ) : void
eventargs System.EventArgs
리턴 void

SetConfigFile() 공개 메소드

Writes banned indicator in the config file.
public SetConfigFile ( ) : void
리턴 void

UnblockIndikatorChange() 공개 메소드

public UnblockIndikatorChange ( ) : void
리턴 void