C# 클래스 Forex_Strategy_Builder.Controls

Class Controls Account: MenuAndStatusBar
파일 보기 프로젝트 열기: nuggett11/Forex-Strategy-Builder

보호된 프로퍼티들

프로퍼티 타입 설명
infpnlMarketStatistics Info_Panel
pnlJournalByBars Journal_Bars
pnlJournalByPositions Journal_Positions
pnlJournalOrder Journal_Ord
pnlJournalPosition Journal_Pos
pnlJournalRight System.Windows.Forms.Panel
selectedBar int
smallIndicatorChart Small_Indicator_Chart
splJournal System.Windows.Forms.Splitter
tsbtnCharges System.Windows.Forms.ToolStripButton
tscbPeriod System.Windows.Forms.ToolStripComboBox
tscbSymbol System.Windows.Forms.ToolStripComboBox

공개 메소드들

메소드 설명
Controls ( ) : System

The default constructor.

보호된 메소드들

메소드 설명
BtnRemoveJournal_Click ( object sender, EventArgs e ) : void

Removes the journal

BtnToggleJournal_Click ( object sender, EventArgs e ) : void

Toggles the journal view

InitializeJournal ( ) : void

Initializes the controls in panel pnlJournal.

InitializeMarket ( ) : void

Initialize the controls in panel pnlMarket

PnlJournal_Click ( object sender, EventArgs e ) : void

Shows the Bar Explorer

PnlJournal_MouseDoubleClick ( object sender, MouseEventArgs e ) : void

Shows the Bar Explorer

PnlJournal_Resize ( object sender, EventArgs e ) : void

Arranges the controls after resizing

PnlJournal_SelectedBarChange ( object sender, EventArgs e ) : void

Sets the selected bar number

ResetJournal ( ) : void

Reset the journal layout

ScrollBar_ValueChanged ( object sender, EventArgs e ) : void

Invalidates the sender after scrolling

SelectedIndexChanged ( object sender, EventArgs e ) : void

Controls the ComboBoxes: cbxSymbol, cbxPeriod, cbxTax

SetupJournal ( ) : void

Sets the journal data

SmallIndicatorChart_MouseLeave ( object sender, EventArgs e ) : void

Deletes the market dynamic info from the Status Bar

SmallIndicatorChart_MouseMove ( object sender, MouseEventArgs e ) : void

Shows the market dynamic info on the Status Bar

SmallIndicatorChart_MouseUp ( object sender, MouseEventArgs e ) : void

Shows the full chart after clicking on the small indicator chart

pnlMarket_Resize ( object sender, EventArgs e ) : void

Arrange the controls after resizing

tsMarket_Resize ( object sender, EventArgs e ) : void

Arrange the controls after resizing

메소드 상세

BtnRemoveJournal_Click() 보호된 메소드

Removes the journal
protected BtnRemoveJournal_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

BtnToggleJournal_Click() 보호된 메소드

Toggles the journal view
protected BtnToggleJournal_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

Controls() 공개 메소드

The default constructor.
public Controls ( ) : System
리턴 System

InitializeJournal() 보호된 메소드

Initializes the controls in panel pnlJournal.
protected InitializeJournal ( ) : void
리턴 void

InitializeMarket() 보호된 메소드

Initialize the controls in panel pnlMarket
protected InitializeMarket ( ) : void
리턴 void

PnlJournal_Click() 보호된 메소드

Shows the Bar Explorer
protected PnlJournal_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

PnlJournal_MouseDoubleClick() 보호된 메소드

Shows the Bar Explorer
protected PnlJournal_MouseDoubleClick ( object sender, MouseEventArgs e ) : void
sender object
e MouseEventArgs
리턴 void

PnlJournal_Resize() 보호된 메소드

Arranges the controls after resizing
protected PnlJournal_Resize ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

PnlJournal_SelectedBarChange() 보호된 메소드

Sets the selected bar number
protected PnlJournal_SelectedBarChange ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

ResetJournal() 보호된 메소드

Reset the journal layout
protected ResetJournal ( ) : void
리턴 void

ScrollBar_ValueChanged() 보호된 메소드

Invalidates the sender after scrolling
protected ScrollBar_ValueChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

SelectedIndexChanged() 보호된 메소드

Controls the ComboBoxes: cbxSymbol, cbxPeriod, cbxTax
protected SelectedIndexChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

SetupJournal() 보호된 메소드

Sets the journal data
protected SetupJournal ( ) : void
리턴 void

SmallIndicatorChart_MouseLeave() 보호된 메소드

Deletes the market dynamic info from the Status Bar
protected SmallIndicatorChart_MouseLeave ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

SmallIndicatorChart_MouseMove() 보호된 메소드

Shows the market dynamic info on the Status Bar
protected SmallIndicatorChart_MouseMove ( object sender, MouseEventArgs e ) : void
sender object
e MouseEventArgs
리턴 void

SmallIndicatorChart_MouseUp() 보호된 메소드

Shows the full chart after clicking on the small indicator chart
protected SmallIndicatorChart_MouseUp ( object sender, MouseEventArgs e ) : void
sender object
e MouseEventArgs
리턴 void

pnlMarket_Resize() 보호된 메소드

Arrange the controls after resizing
protected pnlMarket_Resize ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

tsMarket_Resize() 보호된 메소드

Arrange the controls after resizing
protected tsMarket_Resize ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

프로퍼티 상세

infpnlMarketStatistics 보호되어 있는 프로퍼티

protected Info_Panel,Forex_Strategy_Builder infpnlMarketStatistics
리턴 Info_Panel

pnlJournalByBars 보호되어 있는 프로퍼티

protected Journal_Bars,Forex_Strategy_Builder pnlJournalByBars
리턴 Journal_Bars

pnlJournalByPositions 보호되어 있는 프로퍼티

protected Journal_Positions,Forex_Strategy_Builder pnlJournalByPositions
리턴 Journal_Positions

pnlJournalOrder 보호되어 있는 프로퍼티

protected Journal_Ord,Forex_Strategy_Builder pnlJournalOrder
리턴 Journal_Ord

pnlJournalPosition 보호되어 있는 프로퍼티

protected Journal_Pos pnlJournalPosition
리턴 Journal_Pos

pnlJournalRight 보호되어 있는 프로퍼티

protected Panel,System.Windows.Forms pnlJournalRight
리턴 System.Windows.Forms.Panel

selectedBar 보호되어 있는 프로퍼티

protected int selectedBar
리턴 int

smallIndicatorChart 보호되어 있는 프로퍼티

protected Small_Indicator_Chart,Forex_Strategy_Builder smallIndicatorChart
리턴 Small_Indicator_Chart

splJournal 보호되어 있는 프로퍼티

protected Splitter,System.Windows.Forms splJournal
리턴 System.Windows.Forms.Splitter

tsbtnCharges 보호되어 있는 프로퍼티

protected ToolStripButton,System.Windows.Forms tsbtnCharges
리턴 System.Windows.Forms.ToolStripButton

tscbPeriod 보호되어 있는 프로퍼티

protected ToolStripComboBox,System.Windows.Forms tscbPeriod
리턴 System.Windows.Forms.ToolStripComboBox

tscbSymbol 보호되어 있는 프로퍼티

protected ToolStripComboBox,System.Windows.Forms tscbSymbol
리턴 System.Windows.Forms.ToolStripComboBox