C# 클래스 PKStudio.Forms.Output.OutputForm

상속: PKStudio.Forms.BaseForms.BasePKInventoryForm
파일 보기 프로젝트 열기: AlexandrSurkov/PKStudio

공개 메소드들

메소드 설명
AttachLogger ( ILoggable Logger ) : void
CleanHighlight ( int line ) : void
ClearAll ( ) : void
HighlightLine ( int line, Color BKColor, Color TextColor ) : void
OutputForm ( ) : PKStudio.Forms.BaseForms
detachLogger ( ILoggable Logger ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
AppendText ( string text ) : void
GetOutputLinesCount ( ) : int
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Logger_ErrorEvent ( object sender, PKStudio e ) : void
Logger_LogStartedEvent ( object sender, EventArgs e ) : void
Logger_MessageEvent ( object sender, MessageEventArgs e ) : void
Logger_WarningEvent ( object sender, WarningEventArgs e ) : void
OutputTextBox_MouseDoubleClick ( object sender, MouseEventArgs e ) : void
VelocityCB_SelectedIndexChanged ( object sender, System e ) : void
toolStripButton1_Click ( object sender, System e ) : void

메소드 상세

AttachLogger() 공개 메소드

public AttachLogger ( ILoggable Logger ) : void
Logger ILoggable
리턴 void

CleanHighlight() 공개 메소드

public CleanHighlight ( int line ) : void
line int
리턴 void

ClearAll() 공개 메소드

public ClearAll ( ) : void
리턴 void

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

HighlightLine() 공개 메소드

public HighlightLine ( int line, Color BKColor, Color TextColor ) : void
line int
BKColor Color
TextColor Color
리턴 void

OutputForm() 공개 메소드

public OutputForm ( ) : PKStudio.Forms.BaseForms
리턴 PKStudio.Forms.BaseForms

detachLogger() 공개 메소드

public detachLogger ( ILoggable Logger ) : void
Logger ILoggable
리턴 void